Sq3LiteC - execute a sql statement … More...
Sq3LiteC - execute a sql statement …
|
inline |
C++:
→ C-API sq3lite.Exec(MK_STRN sql, Sq3LiteExecSCB Sq3LiteExecIF* callback_data = NULL)
One-Step Query Execution Interface …
Definition at line 295 of file Sq3LiteC_inline_cc.hh.
|
inline |
C++:
→ C-API sq3lite.Exec(MK_STRN sql, Sq3LiteExecSCB Sq3LiteExecIF* callback_data = NULL)
One-Step Query Execution Interface …
Definition at line 316 of file Sq3LiteC_inline_cc.hh.
|
inline |
C++:
→ C-API sq3lite.Exec(MK_STRN sql, Sq3LiteExecSCB Sq3LiteExecIF* callback_data = NULL)
One-Step Query Execution Interface …
Definition at line 285 of file Sq3LiteC_inline_cc.hh.
|
inline |
C++:
→ C-API sq3lite.Exec(MK_STRN sql, Sq3LiteExecSCB Sq3LiteExecIF* callback_data = NULL)
One-Step Query Execution Interface …
Definition at line 306 of file Sq3LiteC_inline_cc.hh.
|
inline |
C++:
→ C-API sq3lite.ExecV2(MK_STRN sql, Sq3LiteExecV2SCB 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 253 of file Sq3LiteC_inline_cc.hh.
|
inline |
C++:
→ C-API sq3lite.ExecV2(MK_STRN sql, Sq3LiteExecV2SCB 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 274 of file Sq3LiteC_inline_cc.hh.
|
inline |
C++:
→ C-API sq3lite.ExecV2(MK_STRN sql, Sq3LiteExecV2SCB 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 243 of file Sq3LiteC_inline_cc.hh.
|
inline |
C++:
→ C-API sq3lite.ExecV2(MK_STRN sql, Sq3LiteExecV2SCB 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 264 of file Sq3LiteC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] Sq3LiteC::Sleep(MK_I32 arg0)
Suspend Execution For A Short Time …
Definition at line 329 of file Sq3LiteC_inline_cc.hh.