DbInValue
public protocol DbInValue
Value that supports binding as an argument into SQLite statement
-
Dumps value into sqlite statement under index
Declaration
Swift
func dumpTo(stmt: Statement, index: Int32) throwsParameters
stmtstatement
indexindex
DbInValue Protocol Reference