Sq3StmtC - bind a type … More...
Sq3StmtC - bind a type …
|
static |
Atl:
→ C-API Sq3StmtC::BindBlob $sq3stmt pos:int32 blob:binary
Bind a MkBinaryR Value To a Prepared Statement …
Definition at line 167 of file Sq3StmtC_atl.c.
|
static |
Atl:
→ C-API Sq3StmtC::BindDouble $sq3stmt arg1:int32 arg2:double
Binding Values To Prepared Statements …
Definition at line 185 of file Sq3StmtC_atl.c.
|
static |
Atl:
→ C-API Sq3StmtC::BindInt $sq3stmt arg1:int32 arg2:int32
Binding Values To Prepared Statements …
Definition at line 203 of file Sq3StmtC_atl.c.
|
static |
Atl:
→ C-API Sq3StmtC::BindInt64 $sq3stmt arg1:int32 arg2:int64
Binding Values To Prepared Statements …
Definition at line 221 of file Sq3StmtC_atl.c.
|
static |
Atl:
→ C-API Sq3StmtC::BindNull $sq3stmt arg1:int32
Binding Values To Prepared Statements …
Definition at line 239 of file Sq3StmtC_atl.c.
|
static |
Atl:
→ C-API Sq3StmtC::BindParameterCount $sq3stmt
Number Of SQL Parameters …
Definition at line 255 of file Sq3StmtC_atl.c.
|
static |
Atl:
→ C-API Sq3StmtC::BindParameterIndex $sq3stmt zName:string
Index Of A Parameter With A Given Name …
Definition at line 269 of file Sq3StmtC_atl.c.
|
static |
Atl:
→ C-API string [Sq3StmtC::BindParameterName $sq3stmt arg1:int32]
Name Of A Host Parameter …
Definition at line 285 of file Sq3StmtC_atl.c.
|
static |
Atl:
→ C-API Sq3StmtC::BindText $sq3stmt pos:int32 text:string
Bind a MkStringR Value To a Prepared Statement …
Definition at line 300 of file Sq3StmtC_atl.c.
|
static |
Atl:
→ C-API Sq3StmtC::BindValue $sq3stmt arg1:int32 arg2:Sq3ValueC
Binding Values To Prepared Statements …
Definition at line 318 of file Sq3StmtC_atl.c.
|
static |
Atl:
→ C-API Sq3StmtC::BindZeroblob $sq3stmt arg1:int32 n:int32
Binding Values To Prepared Statements …
Definition at line 336 of file Sq3StmtC_atl.c.
|
static |
Atl:
→ C-API Sq3StmtC::BindZeroblob64 $sq3stmt arg1:int32 arg2:int64
Binding Values To Prepared Statements …
Definition at line 354 of file Sq3StmtC_atl.c.