Sq3StmtC - bind a type … More...
Sq3StmtC - bind a type …
|
static |
Tcl:
→ C-API $sq3stmt BindBlob pos:int32 blob:binary
Bind a MkBinaryR Value To a Prepared Statement …
Definition at line 188 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindDouble arg1:int32 arg2:double
Binding Values To Prepared Statements …
Definition at line 206 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindInt arg1:int32 arg2:int32
Binding Values To Prepared Statements …
Definition at line 224 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindInt64 arg1:int32 arg2:int64
Binding Values To Prepared Statements …
Definition at line 242 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindNull arg1:int32
Binding Values To Prepared Statements …
Definition at line 260 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindParameterCount
Number Of SQL Parameters …
Definition at line 276 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindParameterIndex zName:string
Index Of A Parameter With A Given Name …
Definition at line 290 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API string [$sq3stmt BindParameterName arg1:int32]
Name Of A Host Parameter …
Definition at line 306 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindText pos:int32 text:string
Bind a MkStringR Value To a Prepared Statement …
Definition at line 321 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindValue arg1:int32 arg2:Sq3ValueC
Binding Values To Prepared Statements …
Definition at line 339 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindZeroblob arg1:int32 n:int32
Binding Values To Prepared Statements …
Definition at line 357 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindZeroblob64 arg1:int32 arg2:int64
Binding Values To Prepared Statements …
Definition at line 375 of file Sq3StmtC_tcl.c.