theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3Lite_Info_ATL_API

Sq3Lite PACKAGE - get information about the application … More...

+ Collaboration diagram for Sq3Lite_Info_ATL_API:

Functions

static OT_ProcRet atlsq3lite_Sq3Lite_KeywordNameBUF (OtClass_ARGS)
  Atl: (static) MkBufferC [Sq3Lite::KeywordNameBUF num:int32] C-API
SQL Keyword Checking …
 
static OT_ProcRet atlsq3lite_Sq3Lite_Complete (OtClass_ARGS)
  Atl: (static) Sq3Lite::Complete sql:string C-API
Determine If An SQL Statement Is Complete …
 
static OT_ProcRet atlsq3lite_Sq3Lite_KeywordCheck (OtClass_ARGS)
  Atl: (static) Sq3Lite::KeywordCheck arg0:string arg1:int32 C-API
SQL Keyword Checking …
 
static OT_ProcRet atlsq3lite_Sq3Lite_KeywordCount (OtClass_ARGS)
  Atl: (static) Sq3Lite::KeywordCount C-API
SQL Keyword Checking …
 
static OT_ProcRet atlsq3lite_Sq3Lite_KeywordName (OtClass_ARGS)
  Atl: (static) {kwd:string kwdsz:int32} [Sq3Lite::KeywordName num:int32] C-API
SQL Keyword Checking …
 
static OT_ProcRet atlsq3lite_Sq3Lite_Status (OtClass_ARGS)
  Atl: (static) {pCurrent:int32 pHighwater:int32} [Sq3Lite::Status op:Sq3StatusE resetFlag:bool] C-API
SQLite Runtime Status …
 
static OT_ProcRet atlsq3lite_Sq3Lite_Status64 (OtClass_ARGS)
  Atl: (static) {pCurrent:int64 pHighwater:int64} [Sq3Lite::Status64 op:Sq3StatusE resetFlag:bool] C-API
SQLite Runtime Status …
 

Detailed Description

Sq3Lite PACKAGE - get information about the application …

Function Documentation

◆ atlsq3lite_Sq3Lite_Complete()

static OT_ProcRet atlsq3lite_Sq3Lite_Complete ( OtClass_ARGS )
static

Atl: (static) Sq3Lite::Complete sql:string C-API
Determine If An SQL Statement Is Complete …

Definition at line 4773 of file LibSq3Lite_atl.c.

4773 {
4776 MK_STRN sql = 0;
4779 MkErrorC_Check(hdl,Sq3Complete (sql));
4781 goto end;
4782 error:
4784 end:
4786}
#define OT_SETUP_ONEARG(d)
#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 OT_CHECK_STRN(val)
#define Complete_doc
#define OT_SETUP_hdl_static
const MK_STRB * MK_STRN
static enum MkErrorE Sq3Complete(MK_STRN sql)
Determine If An SQL Statement Is Complete …

◆ atlsq3lite_Sq3Lite_KeywordCheck()

static OT_ProcRet atlsq3lite_Sq3Lite_KeywordCheck ( OtClass_ARGS )
static

Atl: (static) Sq3Lite::KeywordCheck arg0:string arg1:int32 C-API
SQL Keyword Checking …

Definition at line 4789 of file LibSq3Lite_atl.c.

4789 {
4792 MK_STRN arg0 = 0;
4794 MK_I32 arg1 = 0;
4797 MkErrorC_Check(hdl,Sq3KeywordCheck (arg0, arg1));
4799 goto end;
4800 error:
4802 end:
4804}
#define OT_SETUP_VARARGS(min, max, d)
#define OT_CHECK_NI4(val)
#define KeywordCheck_doc
signed int MK_I32
static enum MkErrorE Sq3KeywordCheck(MK_STRN arg0, MK_I32 arg1)
SQL Keyword Checking …

◆ atlsq3lite_Sq3Lite_KeywordCount()

static OT_ProcRet atlsq3lite_Sq3Lite_KeywordCount ( OtClass_ARGS )
static

Atl: (static) Sq3Lite::KeywordCount C-API
SQL Keyword Checking …

Definition at line 4807 of file LibSq3Lite_atl.c.

4807 {
4813 goto end;
4814 error:
4816 end:
4818}
#define OT_SETUP_NOARG(d)
#define KeywordCount_doc
static enum MkErrorE Sq3KeywordCount(void)
SQL Keyword Checking …

◆ atlsq3lite_Sq3Lite_KeywordName()

static OT_ProcRet atlsq3lite_Sq3Lite_KeywordName ( OtClass_ARGS )
static

Atl: (static) {kwd:string kwdsz:int32} [Sq3Lite::KeywordName num:int32] C-API
SQL Keyword Checking …

Definition at line 4823 of file LibSq3Lite_atl.c.

4823 {
4826 MK_I32 num = 0;
4829 MK_STRN kwd;
4830 MK_I32 kwdsz;
4831 MkErrorC_Check(MK_ERROR_FORMAT,Sq3KeywordName (num, &kwd, &kwdsz));
4835 goto end;
4836 error:
4838 end:
4840}
#define OT_retObj_SET_List
#define OT_TMP_I32_OBJ(val)
#define OT_retObj_APPEND(var)
#define OT_TMP_STR_OBJ(val)
#define KeywordName_doc
#define MK_ERROR_FORMAT
static enum MkErrorE Sq3KeywordName(MK_I32 num, MK_STRN *kwd, MK_I32 *kwdsz)
SQL Keyword Checking …

◆ atlsq3lite_Sq3Lite_KeywordNameBUF()

static OT_ProcRet atlsq3lite_Sq3Lite_KeywordNameBUF ( OtClass_ARGS )
static

Atl: (static) MkBufferC [Sq3Lite::KeywordNameBUF num:int32] C-API
SQL Keyword Checking …

Definition at line 4754 of file LibSq3Lite_atl.c.

4754 {
4757 MK_I32 num = 0;
4760 MK_BUF kwd_out;
4762 OT_retObj_SET_BUF(kwd_out);
4763 goto end;
4764 error:
4766 end:
4768}
#define OT_retObj_SET_BUF(nat)
#define KeywordNameBUF_doc
#define Sq3KeywordNameBUF(...)

◆ atlsq3lite_Sq3Lite_Status()

static OT_ProcRet atlsq3lite_Sq3Lite_Status ( OtClass_ARGS )
static

Atl: (static) {pCurrent:int32 pHighwater:int32} [Sq3Lite::Status op:Sq3StatusE resetFlag:bool] C-API
SQLite Runtime Status …

Definition at line 4843 of file LibSq3Lite_atl.c.

4843 {
4846 enum Sq3StatusE op = 0;
4848 MK_BOOL resetFlag = 0;
4849 OT_CHECK_REQUIRED(OT_CHECK_bool (resetFlag))
4851 MK_I32 pCurrent;
4852 MK_I32 pHighwater;
4853 MkErrorC_Check(MK_ERROR_FORMAT,Sq3Status (op, &pCurrent, &pHighwater, resetFlag));
4856 OT_retObj_APPEND(OT_TMP_I32_OBJ(pHighwater));
4857 goto end;
4858 error:
4860 end:
4862}
#define OT_CHECK_bool(val)
#define OT_CHECK_ENUM(ename, val)
#define Status_doc
bool MK_BOOL
Sq3StatusE
Status Parameters.
static enum MkErrorE Sq3Status(enum Sq3StatusE op, MK_I32 *pCurrent, MK_I32 *pHighwater, MK_BOOL resetFlag)
SQLite Runtime Status …

◆ atlsq3lite_Sq3Lite_Status64()

static OT_ProcRet atlsq3lite_Sq3Lite_Status64 ( OtClass_ARGS )
static

Atl: (static) {pCurrent:int64 pHighwater:int64} [Sq3Lite::Status64 op:Sq3StatusE resetFlag:bool] C-API
SQLite Runtime Status …

Definition at line 4865 of file LibSq3Lite_atl.c.

4865 {
4868 enum Sq3StatusE op = 0;
4870 MK_BOOL resetFlag = 0;
4871 OT_CHECK_REQUIRED(OT_CHECK_bool (resetFlag))
4873 MK_I64 pCurrent;
4874 MK_I64 pHighwater;
4875 MkErrorC_Check(MK_ERROR_FORMAT,Sq3Status64 (op, &pCurrent, &pHighwater, resetFlag));
4878 OT_retObj_APPEND(OT_TMP_I64_OBJ(pHighwater));
4879 goto end;
4880 error:
4882 end:
4884}
#define OT_TMP_I64_OBJ(val)
#define Status64_doc
signed long long MK_I64
static enum MkErrorE Sq3Status64(enum Sq3StatusE op, MK_I64 *pCurrent, MK_I64 *pHighwater, MK_BOOL resetFlag)
SQLite Runtime Status …