Sq3LiteC - execute a sql statement … More...
Functions | |
void | cssq3lite.Sq3LiteC.ExecV2 (string sql, Sq3LiteExecV2CCB callback=null) |
C#: → C-API The Sq3LiteExecV2() interface is a convenience wrapper around Sq3StmtPrepareV2(), Sq3StmtStep(), and Sq3StmtFinalize(), that allows an application to run multiple statements of SQL without having to use a lot of C code. | |
void | cssq3lite.Sq3LiteC.ExecV2 (string sql, Sq3LiteExecV2IF callback=null) |
C#: → C-API The Sq3LiteExecV2() interface is a convenience wrapper around Sq3StmtPrepareV2(), Sq3StmtStep(), and Sq3StmtFinalize(), that allows an application to run multiple statements of SQL without having to use a lot of C code. | |
void | cssq3lite.Sq3LiteC.Exec (string sql, Sq3LiteExecCCB callback_data=null) |
C#: → C-API One-Step Query Execution Interface … | |
void | cssq3lite.Sq3LiteC.Exec (string sql, Sq3LiteExecIF callback_data=null) |
C#: → C-API One-Step Query Execution Interface … | |
static void | cssq3lite.Sq3LiteC.Sleep (int arg0) |
C#: → C-API Suspend Execution For A Short Time … | |
Sq3LiteC - execute a sql statement …
|
inline |
C#:
→ C-API sq3lite.Exec(string sql, Sq3LiteExecCCB|Sq3LiteExecIF callback_data = null)
One-Step Query Execution Interface …
Definition at line 267 of file Sq3LiteC_cs.cs.
|
inline |
C#:
→ C-API sq3lite.Exec(string sql, Sq3LiteExecCCB|Sq3LiteExecIF callback_data = null)
One-Step Query Execution Interface …
Definition at line 278 of file Sq3LiteC_cs.cs.
|
inline |
C#:
→ C-API sq3lite.ExecV2(string sql, Sq3LiteExecV2CCB|Sq3LiteExecV2IF callback = null)
The Sq3LiteExecV2() interface is a convenience wrapper around Sq3StmtPrepareV2(), Sq3StmtStep(), and Sq3StmtFinalize(), that allows an application to run multiple statements of SQL without having to use a lot of C code.
Definition at line 245 of file Sq3LiteC_cs.cs.
|
inline |
C#:
→ C-API sq3lite.ExecV2(string sql, Sq3LiteExecV2CCB|Sq3LiteExecV2IF callback = null)
The Sq3LiteExecV2() interface is a convenience wrapper around Sq3StmtPrepareV2(), Sq3StmtStep(), and Sq3StmtFinalize(), that allows an application to run multiple statements of SQL without having to use a lot of C code.
Definition at line 256 of file Sq3LiteC_cs.cs.
|
inlinestatic |
C#:
→ C-API [static] Sq3LiteC.Sleep(int arg0)
Suspend Execution For A Short Time …
Definition at line 291 of file Sq3LiteC_cs.cs.