shark ~master (2019-01-11T20:47:28Z)
Dub
Repo
SqlDatabase.Prepared
shark
sql
SqlDatabase
Utilities for prepared statements.
class
SqlDatabase
static
struct
Prepared {
interface
Param
;
class
ParamImpl
(T, Type _type)
;
static
Param
[]
prepare
(E params);
}
Members
Classes
ParamImpl
class
ParamImpl
(T, Type _type)
Undocumented in source.
Interfaces
Param
interface
Param
Undocumented in source.
Static functions
prepare
Param
[]
prepare
(E params)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
shark
sql
SqlDatabase
functions
alterTableAddColumn
alterTableColumn
alterTableDropColumn
createTable
deleteImpl
drop
dropIfExists
escapeDate
escapeDateTime
escapeString
escapeTime
generateField
getTableInfo
glueToString
initImpl
insertImpl
insertInto
operatorToString
query
querySelect
selectImpl
stringifyStatements
updateImpl
properties
randomFunction
structs
Prepared
TableInfo
Utilities for prepared statements.