Sq3StmtC - various functions to perform misc operations … More...
Functions | |
static Sq3StmtC * | ccsq3lite::Sq3StmtC::NextStmt (Sq3LiteC *pDb, Sq3StmtC *pStmt=NULL) |
C++: → C-API Find the next prepared statement … | |
static Sq3StmtC * | ccsq3lite::Sq3StmtC::NextStmt (const Sq3LiteC &pDb, const Sq3StmtC &pStmt) |
C++: → C-API Find the next prepared statement … | |
void | ccsq3lite::Sq3StmtC::ClearBindings () |
C++: → C-API Reset All Bindings On A Prepared Statement … | |
void | ccsq3lite::Sq3StmtC::Explain (MK_I32 eMode) |
C++: → C-API Change The EXPLAIN Setting For A Prepared Statement … | |
void | ccsq3lite::Sq3StmtC::Reset () |
C++: → C-API Reset A Prepared Statement Object … | |
Sq3ErrorE | ccsq3lite::Sq3StmtC::Step () |
C++: → C-API Evaluate An SQL Statement … | |
Sq3StmtC - various functions to perform misc operations …
|
inline |
C++:
→ C-API sq3stmt.ClearBindings()
Reset All Bindings On A Prepared Statement …
Definition at line 373 of file Sq3StmtC_inline_cc.hh.
|
inline |
C++:
→ C-API pStmt.Explain(MK_I32 eMode)
Change The EXPLAIN Setting For A Prepared Statement …
Definition at line 380 of file Sq3StmtC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] Sq3StmtC* Sq3StmtC::NextStmt(Sq3LiteC* pDb, Sq3StmtC* pStmt = NULL)
Find the next prepared statement …
Definition at line 362 of file Sq3StmtC_inline_cc.hh.
C++:
→ C-API [static] Sq3StmtC* Sq3StmtC::NextStmt(Sq3LiteC* pDb, Sq3StmtC* pStmt = NULL)
Find the next prepared statement …
Definition at line 353 of file Sq3StmtC_inline_cc.hh.
|
inline |
C++:
→ C-API pStmt.Reset()
Reset A Prepared Statement Object …
Definition at line 387 of file Sq3StmtC_inline_cc.hh.
|
inline |
C++:
→ C-API Sq3ErrorE sq3stmt.Step()
Evaluate An SQL Statement …
Definition at line 396 of file Sq3StmtC_inline_cc.hh.