theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3LiteC_Config_ATL_API

Sq3LiteC - configure the classMore...

+ Collaboration diagram for Sq3LiteC_Config_ATL_API:

Functions

static OT_ProcRet atlsq3lite_Sq3LiteC_BusyTimeout (Sq3LiteC_ARGS)
  Atl: Sq3LiteC::BusyTimeout $sq3lite ms:int32 C-API
Set A Busy Timeout …
 
static OT_ProcRet atlsq3lite_Sq3LiteC_DeclareVtab (Sq3LiteC_ARGS)
  Atl: Sq3LiteC::DeclareVtab $sq3lite zSQL:string C-API
Declare The Schema Of A Virtual Table …
 
static OT_ProcRet atlsq3lite_Sq3LiteC_ExtendedResultCodes (Sq3LiteC_ARGS)
  Atl: Sq3LiteC::ExtendedResultCodes $sq3lite onoff:int32 C-API
Enable Or Disable Extended Result Codes …
 
static OT_ProcRet atlsq3lite_Sq3LiteC_Limit (Sq3LiteC_ARGS)
  Atl: Sq3LiteC::Limit $sq3lite id:Sq3LimitE newVal:int32 C-API
Run-time Limits …
 

Detailed Description

Sq3LiteC - configure the class

Function Documentation

◆ atlsq3lite_Sq3LiteC_BusyTimeout()

static OT_ProcRet atlsq3lite_Sq3LiteC_BusyTimeout ( Sq3LiteC_ARGS )
static

Atl: Sq3LiteC::BusyTimeout $sq3lite ms:int32 C-API
Set A Busy Timeout …

Definition at line 280 of file Sq3LiteC_atl.c.

280 {
283 MK_I32 ms = 0;
286 MkErrorC_Check(hdl,Sq3LiteBusyTimeout (hdl, ms));
288 goto end;
289 error:
291 end:
293}
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_NI4(val)
#define OT_retObj_SET_Error
#define OT_CHECK_REQUIRED(val)
#define OT_retObj_SET_None
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define MkErrorC_Check(mng, PROC)
#define BusyTimeout_doc
#define OT_SETUP_hdl
signed int MK_I32
static enum MkErrorE Sq3LiteBusyTimeout(SQ3_LITE sq3lite, MK_I32 ms)
Set A Busy Timeout …

◆ atlsq3lite_Sq3LiteC_DeclareVtab()

static OT_ProcRet atlsq3lite_Sq3LiteC_DeclareVtab ( Sq3LiteC_ARGS )
static

Atl: Sq3LiteC::DeclareVtab $sq3lite zSQL:string C-API
Declare The Schema Of A Virtual Table …

Definition at line 296 of file Sq3LiteC_atl.c.

296 {
299 MK_STRN zSQL = 0;
302 MkErrorC_Check(hdl,Sq3LiteDeclareVtab (hdl, zSQL));
304 goto end;
305 error:
307 end:
309}
#define OT_CHECK_STRN(val)
#define DeclareVtab_doc
const MK_STRB * MK_STRN
static enum MkErrorE Sq3LiteDeclareVtab(SQ3_LITE sq3lite, MK_STRN zSQL)
Declare The Schema Of A Virtual Table …

◆ atlsq3lite_Sq3LiteC_ExtendedResultCodes()

static OT_ProcRet atlsq3lite_Sq3LiteC_ExtendedResultCodes ( Sq3LiteC_ARGS )
static

Atl: Sq3LiteC::ExtendedResultCodes $sq3lite onoff:int32 C-API
Enable Or Disable Extended Result Codes …

Definition at line 312 of file Sq3LiteC_atl.c.

312 {
315 MK_I32 onoff = 0;
320 goto end;
321 error:
323 end:
325}
#define ExtendedResultCodes_doc
static enum MkErrorE Sq3LiteExtendedResultCodes(SQ3_LITE sq3lite, MK_I32 onoff)
Enable Or Disable Extended Result Codes …

◆ atlsq3lite_Sq3LiteC_Limit()

static OT_ProcRet atlsq3lite_Sq3LiteC_Limit ( Sq3LiteC_ARGS )
static

Atl: Sq3LiteC::Limit $sq3lite id:Sq3LimitE newVal:int32 C-API
Run-time Limits …

Definition at line 328 of file Sq3LiteC_atl.c.

328 {
331 enum Sq3LimitE id = 0;
333 MK_I32 newVal = 0;
336 MkErrorC_Check(hdl,Sq3LiteLimit (hdl, id, newVal));
338 goto end;
339 error:
341 end:
343}
#define OT_SETUP_VARARGS(min, max, d)
#define OT_CHECK_ENUM(ename, val)
#define Limit_doc
static enum MkErrorE Sq3LiteLimit(SQ3_LITE sq3lite, enum Sq3LimitE id, MK_I32 newVal)
Run-time Limits …
Sq3LimitE
Run-Time Limit Categories.