theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3Lite_Info_TCL_API

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

+ Collaboration diagram for Sq3Lite_Info_TCL_API:

Functions

static OT_ProcRet tclsq3lite_Sq3Lite_KeywordNameBUF (OtClass_ARGS)
  Tcl: (static) MkBufferC [Sq3Lite KeywordNameBUF num:int32] C-API
SQL Keyword Checking …
 
static OT_ProcRet tclsq3lite_Sq3Lite_Complete (OtClass_ARGS)
  Tcl: (static) Sq3Lite Complete sql:string C-API
Determine If An SQL Statement Is Complete …
 
static OT_ProcRet tclsq3lite_Sq3Lite_KeywordCheck (OtClass_ARGS)
  Tcl: (static) Sq3Lite KeywordCheck arg0:string arg1:int32 C-API
SQL Keyword Checking …
 
static OT_ProcRet tclsq3lite_Sq3Lite_KeywordCount (OtClass_ARGS)
  Tcl: (static) Sq3Lite KeywordCount C-API
SQL Keyword Checking …
 
static OT_ProcRet tclsq3lite_Sq3Lite_KeywordName (OtClass_ARGS)
  Tcl: (static) {kwd:string kwdsz:int32} [Sq3Lite KeywordName num:int32] C-API
SQL Keyword Checking …
 
static OT_ProcRet tclsq3lite_Sq3Lite_Status (OtClass_ARGS)
  Tcl: (static) {pCurrent:int32 pHighwater:int32} [Sq3Lite Status op:Sq3StatusE resetFlag:bool] C-API
SQLite Runtime Status …
 
static OT_ProcRet tclsq3lite_Sq3Lite_Status64 (OtClass_ARGS)
  Tcl: (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

◆ tclsq3lite_Sq3Lite_Complete()

static OT_ProcRet tclsq3lite_Sq3Lite_Complete ( OtClass_ARGS )
static

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

Definition at line 4774 of file LibSq3Lite_tcl.c.

4774 {
4777 MK_STRN sql = 0;
4780 MkErrorC_Check(hdl,Sq3Complete (sql));
4782 goto end;
4783 error:
4785 end:
4787}
#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 …

◆ tclsq3lite_Sq3Lite_KeywordCheck()

static OT_ProcRet tclsq3lite_Sq3Lite_KeywordCheck ( OtClass_ARGS )
static

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

Definition at line 4790 of file LibSq3Lite_tcl.c.

4790 {
4793 MK_STRN arg0 = 0;
4795 MK_I32 arg1 = 0;
4798 MkErrorC_Check(hdl,Sq3KeywordCheck (arg0, arg1));
4800 goto end;
4801 error:
4803 end:
4805}
#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 …

◆ tclsq3lite_Sq3Lite_KeywordCount()

static OT_ProcRet tclsq3lite_Sq3Lite_KeywordCount ( OtClass_ARGS )
static

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

Definition at line 4808 of file LibSq3Lite_tcl.c.

4808 {
4814 goto end;
4815 error:
4817 end:
4819}
#define OT_SETUP_NOARG(d)
#define KeywordCount_doc
static enum MkErrorE Sq3KeywordCount(void)
SQL Keyword Checking …

◆ tclsq3lite_Sq3Lite_KeywordName()

static OT_ProcRet tclsq3lite_Sq3Lite_KeywordName ( OtClass_ARGS )
static

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

Definition at line 4824 of file LibSq3Lite_tcl.c.

4824 {
4827 MK_I32 num = 0;
4830 MK_STRN kwd;
4831 MK_I32 kwdsz;
4832 MkErrorC_Check(MK_ERROR_FORMAT,Sq3KeywordName (num, &kwd, &kwdsz));
4836 goto end;
4837 error:
4839 end:
4841}
#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 …

◆ tclsq3lite_Sq3Lite_KeywordNameBUF()

static OT_ProcRet tclsq3lite_Sq3Lite_KeywordNameBUF ( OtClass_ARGS )
static

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

Definition at line 4755 of file LibSq3Lite_tcl.c.

4755 {
4758 MK_I32 num = 0;
4761 MK_BUF kwd_out;
4763 OT_retObj_SET_BUF(kwd_out);
4764 goto end;
4765 error:
4767 end:
4769}
#define OT_retObj_SET_BUF(nat)
#define KeywordNameBUF_doc
#define Sq3KeywordNameBUF(...)

◆ tclsq3lite_Sq3Lite_Status()

static OT_ProcRet tclsq3lite_Sq3Lite_Status ( OtClass_ARGS )
static

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

Definition at line 4844 of file LibSq3Lite_tcl.c.

4844 {
4847 enum Sq3StatusE op = 0;
4849 MK_BOOL resetFlag = 0;
4850 OT_CHECK_REQUIRED(OT_CHECK_bool (resetFlag))
4852 MK_I32 pCurrent;
4853 MK_I32 pHighwater;
4854 MkErrorC_Check(MK_ERROR_FORMAT,Sq3Status (op, &pCurrent, &pHighwater, resetFlag));
4857 OT_retObj_APPEND(OT_TMP_I32_OBJ(pHighwater));
4858 goto end;
4859 error:
4861 end:
4863}
#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 …

◆ tclsq3lite_Sq3Lite_Status64()

static OT_ProcRet tclsq3lite_Sq3Lite_Status64 ( OtClass_ARGS )
static

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

Definition at line 4866 of file LibSq3Lite_tcl.c.

4866 {
4869 enum Sq3StatusE op = 0;
4871 MK_BOOL resetFlag = 0;
4872 OT_CHECK_REQUIRED(OT_CHECK_bool (resetFlag))
4874 MK_I64 pCurrent;
4875 MK_I64 pHighwater;
4876 MkErrorC_Check(MK_ERROR_FORMAT,Sq3Status64 (op, &pCurrent, &pHighwater, resetFlag));
4879 OT_retObj_APPEND(OT_TMP_I64_OBJ(pHighwater));
4880 goto end;
4881 error:
4883 end:
4885}
#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 …