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 191 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindDouble arg1:int32 arg2:double
Binding Values To Prepared Statements …
Definition at line 209 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindInt arg1:int32 arg2:int32
Binding Values To Prepared Statements …
Definition at line 227 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindInt64 arg1:int32 arg2:int64
Binding Values To Prepared Statements …
Definition at line 245 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindNull arg1:int32
Binding Values To Prepared Statements …
Definition at line 263 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindParameterCount
Number Of SQL Parameters …
Definition at line 279 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindParameterIndex zName:string
Index Of A Parameter With A Given Name …
Definition at line 293 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API string [$sq3stmt BindParameterName arg1:int32]
Name Of A Host Parameter …
Definition at line 309 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 324 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindValue arg1:int32 arg2:Sq3ValueC
Binding Values To Prepared Statements …
Definition at line 342 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindZeroblob arg1:int32 n:int32
Binding Values To Prepared Statements …
Definition at line 360 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt BindZeroblob64 arg1:int32 arg2:int64
Binding Values To Prepared Statements …
Definition at line 378 of file Sq3StmtC_tcl.c.