Sq3StmtC - various functions to perform misc operations … More...
Functions | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_NextStmt (OtClass_ARGS) |
Ruby: → C-API Find the next prepared statement … | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_ClearBindings (Sq3StmtC_ARGS) |
Ruby: → C-API Reset All Bindings On A Prepared Statement … | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_Explain (Sq3StmtC_ARGS) |
Ruby: → C-API Change The EXPLAIN Setting For A Prepared Statement … | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_Reset (Sq3StmtC_ARGS) |
Ruby: → C-API Reset A Prepared Statement Object … | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_Step (Sq3StmtC_ARGS) |
Ruby: → C-API Evaluate An SQL Statement … | |
Sq3StmtC - various functions to perform misc operations …
|
static |
Ruby:
→ C-API sq3stmt.ClearBindings()
Reset All Bindings On A Prepared Statement …
Definition at line 687 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API pStmt.Explain(eMode:int32)
Change The EXPLAIN Setting For A Prepared Statement …
Definition at line 698 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API (static) Sq3StmtC Sq3StmtC.NextStmt(pDb:Sq3LiteC, ?pStmt:Sq3StmtC=nil?)
Find the next prepared statement …
Definition at line 670 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API pStmt.Reset()
Reset A Prepared Statement Object …
Definition at line 711 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API Sq3ErrorE sq3stmt.Step()
Evaluate An SQL Statement …
Definition at line 724 of file Sq3StmtC_rb.c.