Sq3StmtC - various functions to perform misc operations … More...
Functions | |
static Sq3StmtC | cssq3lite.Sq3StmtC.NextStmt (Sq3LiteC pDb, Sq3StmtC pStmt=null) |
C#: → C-API Find the next prepared statement … | |
void | cssq3lite.Sq3StmtC.ClearBindings () |
C#: → C-API Reset All Bindings On A Prepared Statement … | |
void | cssq3lite.Sq3StmtC.Explain (int eMode) |
C#: → C-API Change The EXPLAIN Setting For A Prepared Statement … | |
void | cssq3lite.Sq3StmtC.Reset () |
C#: → C-API Reset A Prepared Statement Object … | |
Sq3ErrorE | cssq3lite.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 390 of file Sq3StmtC_cs.cs.
|
inline |
C#:
→ C-API pStmt.Explain(int eMode)
Change The EXPLAIN Setting For A Prepared Statement …
Definition at line 396 of file Sq3StmtC_cs.cs.
C#:
→ C-API [static] Sq3StmtC Sq3StmtC.NextStmt(Sq3LiteC pDb, Sq3StmtC pStmt = null)
Find the next prepared statement …
Definition at line 380 of file Sq3StmtC_cs.cs.
|
inline |
C#:
→ C-API pStmt.Reset()
Reset A Prepared Statement Object …
Definition at line 402 of file Sq3StmtC_cs.cs.
|
inline |
C#:
→ C-API Sq3ErrorE sq3stmt.Step()
Evaluate An SQL Statement …
Definition at line 410 of file Sq3StmtC_cs.cs.