shark ~master (2019-01-11T20:47:28Z)
Dub
Repo
Database.SelectInfo
shark
database
Database
Undocumented in source.
class
Database
protected static
struct
SelectInfo {
string
tableName
;
string
[]
fields
;
}
Members
Variables
fields
string
[]
fields
;
Undocumented in source.
tableName
string
tableName
;
Undocumented in source.
Meta
Source
See Implementation
shark
database
Database
enums
Type
functions
close
closeImpl
connect
connectImpl
del
deleteImpl
drop
dropIfExists
escape
escapeBinary
escapeDate
escapeDateTime
escapeString
escapeTime
init
initImpl
insert
insertImpl
select
selectId
selectImpl
selectOne
update
updateImpl
properties
db
structs
InitInfo
InsertInfo
Result
Select
SelectInfo
UpdateInfo