Sq3LiteC - get information … More...
Functions | |
int | cssq3lite.Sq3LiteC.GetAutocommit () |
C#: → C-API Test For Auto-Commit Mode … | |
long | cssq3lite.Sq3LiteC.LastInsertRowid () |
C#: → C-API Last Insert Rowid … | |
void | cssq3lite.Sq3LiteC.TxnState (string zSchema) |
C#: → C-API Determine the transaction state of a database … | |
void | cssq3lite.Sq3LiteC.VtabOnConflict () |
C#: → C-API Determine The Virtual Table Conflict Policy … | |
Sq3LiteC - get information …
|
inline |
C#:
→ C-API int sq3lite.GetAutocommit()
Test For Auto-Commit Mode …
Definition at line 309 of file Sq3LiteC_cs.cs.
|
inline |
C#:
→ C-API long sq3lite.LastInsertRowid()
Last Insert Rowid …
Definition at line 315 of file Sq3LiteC_cs.cs.
|
inline |
C#:
→ C-API sq3lite.TxnState(string zSchema)
Determine the transaction state of a database …
Definition at line 321 of file Sq3LiteC_cs.cs.
|
inline |
C#:
→ C-API sq3lite.VtabOnConflict()
Determine The Virtual Table Conflict Policy …
Definition at line 329 of file Sq3LiteC_cs.cs.