Sq3LiteC - get information … More...
Functions | |
static OT_ProcRet | tclsq3lite_Sq3LiteC_GetAutocommit (Sq3LiteC_ARGS) |
Tcl: → C-API Test For Auto-Commit Mode … | |
static OT_ProcRet | tclsq3lite_Sq3LiteC_LastInsertRowid (Sq3LiteC_ARGS) |
Tcl: → C-API Last Insert Rowid … | |
static OT_ProcRet | tclsq3lite_Sq3LiteC_TxnState (Sq3LiteC_ARGS) |
Tcl: → C-API Determine the transaction state of a database … | |
static OT_ProcRet | tclsq3lite_Sq3LiteC_VtabOnConflict (Sq3LiteC_ARGS) |
Tcl: → C-API Determine The Virtual Table Conflict Policy … | |
Sq3LiteC - get information …
|
static |
Tcl:
→ C-API int32 [$sq3lite GetAutocommit]
Test For Auto-Commit Mode …
Definition at line 539 of file Sq3LiteC_tcl.c.
|
static |
Tcl:
→ C-API int64 [$sq3lite LastInsertRowid]
Last Insert Rowid …
Definition at line 552 of file Sq3LiteC_tcl.c.
|
static |
Tcl:
→ C-API $sq3lite TxnState zSchema:string
Determine the transaction state of a database …
Definition at line 565 of file Sq3LiteC_tcl.c.
|
static |
Tcl:
→ C-API $sq3lite VtabOnConflict
Determine The Virtual Table Conflict Policy …
Definition at line 581 of file Sq3LiteC_tcl.c.