Sq3LiteC - get information … More...
Functions | |
MK_I32 | ccsq3lite::Sq3LiteC::GetAutocommit () |
C++: → C-API Test For Auto-Commit Mode … | |
MK_I64 | ccsq3lite::Sq3LiteC::LastInsertRowid () |
C++: → C-API Last Insert Rowid … | |
void | ccsq3lite::Sq3LiteC::TxnState (MK_STRN zSchema) |
C++: → C-API Determine the transaction state of a database … | |
void | ccsq3lite::Sq3LiteC::TxnState (const std::string &zSchema) |
C++: → C-API Determine the transaction state of a database … | |
void | ccsq3lite::Sq3LiteC::VtabOnConflict () |
C++: → C-API Determine The Virtual Table Conflict Policy … | |
Sq3LiteC - get information …
|
inline |
C++:
→ C-API MK_I32 sq3lite.GetAutocommit()
Test For Auto-Commit Mode …
Definition at line 345 of file Sq3LiteC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_I64 sq3lite.LastInsertRowid()
Last Insert Rowid …
Definition at line 352 of file Sq3LiteC_inline_cc.hh.
|
inline |
C++:
→ C-API sq3lite.TxnState(MK_STRN zSchema)
Determine the transaction state of a database …
Definition at line 366 of file Sq3LiteC_inline_cc.hh.
|
inline |
C++:
→ C-API sq3lite.TxnState(MK_STRN zSchema)
Determine the transaction state of a database …
Definition at line 359 of file Sq3LiteC_inline_cc.hh.
|
inline |
C++:
→ C-API sq3lite.VtabOnConflict()
Determine The Virtual Table Conflict Policy …
Definition at line 374 of file Sq3LiteC_inline_cc.hh.