Sq3StmtC - bind a type … More...
Sq3StmtC - bind a type …
C++:
→ C-API sq3stmt.BindBlob(MK_I32 pos, MK_BNP blob)
Bind a MkBinaryR Value To a Prepared Statement …
Definition at line 35 of file Sq3StmtC_inline_cc.hh.
C++:
→ C-API sq3stmt.BindDouble(MK_I32 arg1, MK_DBL arg2)
Binding Values To Prepared Statements …
Definition at line 43 of file Sq3StmtC_inline_cc.hh.
C++:
→ C-API sq3stmt.BindInt(MK_I32 arg1, MK_I32 arg2)
Binding Values To Prepared Statements …
Definition at line 50 of file Sq3StmtC_inline_cc.hh.
C++:
→ C-API sq3stmt.BindInt64(MK_I32 arg1, MK_I64 arg2)
Binding Values To Prepared Statements …
Definition at line 57 of file Sq3StmtC_inline_cc.hh.
|
inline |
C++:
→ C-API sq3stmt.BindNull(MK_I32 arg1)
Binding Values To Prepared Statements …
Definition at line 64 of file Sq3StmtC_inline_cc.hh.
|
inline |
C++:
→ C-API sq3stmt.BindParameterCount()
Number Of SQL Parameters …
Definition at line 71 of file Sq3StmtC_inline_cc.hh.
|
inline |
C++:
→ C-API sq3stmt.BindParameterIndex(MK_STRN zName)
Index Of A Parameter With A Given Name …
Definition at line 85 of file Sq3StmtC_inline_cc.hh.
|
inline |
C++:
→ C-API sq3stmt.BindParameterIndex(MK_STRN zName)
Index Of A Parameter With A Given Name …
Definition at line 78 of file Sq3StmtC_inline_cc.hh.
C++:
→ C-API MK_STRN sq3stmt.BindParameterName(MK_I32 arg1)
Name Of A Host Parameter …
Definition at line 93 of file Sq3StmtC_inline_cc.hh.
|
inline |
C++:
→ C-API sq3stmt.BindText(MK_I32 pos, const std::string& text)
Bind a MkStringR Value To a Prepared Statement …
Definition at line 100 of file Sq3StmtC_inline_cc.hh.
C++:
→ C-API sq3stmt.BindValue(MK_I32 arg1, const Sq3ValueC* arg2)
Binding Values To Prepared Statements …
Definition at line 116 of file Sq3StmtC_inline_cc.hh.
C++:
→ C-API sq3stmt.BindValue(MK_I32 arg1, const Sq3ValueC* arg2)
Binding Values To Prepared Statements …
Definition at line 108 of file Sq3StmtC_inline_cc.hh.
C++:
→ C-API sq3stmt.BindZeroblob(MK_I32 arg1, MK_I32 n)
Binding Values To Prepared Statements …
Definition at line 124 of file Sq3StmtC_inline_cc.hh.
C++:
→ C-API sq3stmt.BindZeroblob64(MK_I32 arg1, MK_I64 arg2)
Binding Values To Prepared Statements …
Definition at line 131 of file Sq3StmtC_inline_cc.hh.