Sq3LiteC - configure the class … More...
Functions | |
void | cssq3lite.Sq3LiteC.BusyTimeout (int ms) |
C#: → C-API Set A Busy Timeout … | |
void | cssq3lite.Sq3LiteC.DeclareVtab (string zSQL) |
C#: → C-API Declare The Schema Of A Virtual Table … | |
void | cssq3lite.Sq3LiteC.ExtendedResultCodes (int onoff) |
C#: → C-API Enable Or Disable Extended Result Codes … | |
void | cssq3lite.Sq3LiteC.Limit (Sq3LimitE id, int newVal) |
C#: → C-API Run-time Limits … | |
Sq3LiteC - configure the class …
|
inline |
C#:
→ C-API sq3lite.BusyTimeout(int ms)
Set A Busy Timeout …
Definition at line 157 of file Sq3LiteC_cs.cs.
|
inline |
C#:
→ C-API sq3lite.DeclareVtab(string zSQL)
Declare The Schema Of A Virtual Table …
Definition at line 163 of file Sq3LiteC_cs.cs.
|
inline |
C#:
→ C-API sq3lite.ExtendedResultCodes(int onoff)
Enable Or Disable Extended Result Codes …
Definition at line 171 of file Sq3LiteC_cs.cs.
|
inline |
C#:
→ C-API sq3lite.Limit(Sq3LimitE id, int newVal)
Run-time Limits …
Definition at line 177 of file Sq3LiteC_cs.cs.