Sq3StmtC - bind a type … More...
Sq3StmtC - bind a type …
|
static |
Ruby:
→ C-API sq3stmt.BindBlob(pos:int32, blob:binary)
Bind a MkBinaryR Value To a Prepared Statement …
Definition at line 183 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API sq3stmt.BindDouble(arg1:int32, arg2:double)
Binding Values To Prepared Statements …
Definition at line 198 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API sq3stmt.BindInt(arg1:int32, arg2:int32)
Binding Values To Prepared Statements …
Definition at line 213 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API sq3stmt.BindInt64(arg1:int32, arg2:int64)
Binding Values To Prepared Statements …
Definition at line 228 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API sq3stmt.BindNull(arg1:int32)
Binding Values To Prepared Statements …
Definition at line 243 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API sq3stmt.BindParameterCount()
Number Of SQL Parameters …
Definition at line 256 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API sq3stmt.BindParameterIndex(zName:string)
Index Of A Parameter With A Given Name …
Definition at line 267 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API string sq3stmt.BindParameterName(arg1:int32)
Name Of A Host Parameter …
Definition at line 280 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API sq3stmt.BindText(pos:int32, text:string)
Bind a MkStringR Value To a Prepared Statement …
Definition at line 292 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API sq3stmt.BindValue(arg1:int32, arg2:Sq3ValueC)
Binding Values To Prepared Statements …
Definition at line 307 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API sq3stmt.BindZeroblob(arg1:int32, n:int32)
Binding Values To Prepared Statements …
Definition at line 322 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API sq3stmt.BindZeroblob64(arg1:int32, arg2:int64)
Binding Values To Prepared Statements …
Definition at line 337 of file Sq3StmtC_rb.c.