theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3StmtC_Sql_ATL_API

Sq3StmtC - Retrieving Statement SQL … More...

+ Collaboration diagram for Sq3StmtC_Sql_ATL_API:

Functions

static OT_ProcRet atlsq3lite_Sq3StmtC_ExpandedSql (Sq3StmtC_ARGS)
  Atl: string [Sq3StmtC::ExpandedSql $pStmt] C-API
Retrieving Statement SQL …
 
static OT_ProcRet atlsq3lite_Sq3StmtC_GetPzTail (Sq3StmtC_ARGS)
  Atl: string [Sq3StmtC::GetPzTail $sq3stmt] C-API
return the non compiled sql-statement from Sq3StmtPrepareV2 and Sq3StmtPrepareV3
 
static OT_ProcRet atlsq3lite_Sq3StmtC_Sql (Sq3StmtC_ARGS)
  Atl: string [Sq3StmtC::Sql $pStmt] C-API
Retrieving Statement SQL …
 

Detailed Description

Sq3StmtC - Retrieving Statement SQL …

Function Documentation

◆ atlsq3lite_Sq3StmtC_ExpandedSql()

static OT_ProcRet atlsq3lite_Sq3StmtC_ExpandedSql ( Sq3StmtC_ARGS )
static

Atl: string [Sq3StmtC::ExpandedSql $pStmt] C-API
Retrieving Statement SQL …

Definition at line 843 of file Sq3StmtC_atl.c.

843 {
848 goto end;
849 error:
851 end:
853}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_RETURN
#define OT_retObj_SET_STR(nat)
#define OT_CHECK_NOARGS
#define OT_SETUP_hdl
#define ExpandedSql_doc
static MK_STR Sq3StmtExpandedSql(SQ3_STMT pStmt)
Retrieving Statement SQL …

◆ atlsq3lite_Sq3StmtC_GetPzTail()

static OT_ProcRet atlsq3lite_Sq3StmtC_GetPzTail ( Sq3StmtC_ARGS )
static

Atl: string [Sq3StmtC::GetPzTail $sq3stmt] C-API
return the non compiled sql-statement from Sq3StmtPrepareV2 and Sq3StmtPrepareV3

Definition at line 856 of file Sq3StmtC_atl.c.

856 {
861 goto end;
862 error:
864 end:
866}
#define GetPzTail_doc
static MK_STRN Sq3StmtGetPzTail(SQ3_STMT sq3stmt)
return the non compiled sql-statement from Sq3StmtPrepareV2 and Sq3StmtPrepareV3 …

◆ atlsq3lite_Sq3StmtC_Sql()

static OT_ProcRet atlsq3lite_Sq3StmtC_Sql ( Sq3StmtC_ARGS )
static

Atl: string [Sq3StmtC::Sql $pStmt] C-API
Retrieving Statement SQL …

Definition at line 869 of file Sq3StmtC_atl.c.

869 {
874 goto end;
875 error:
877 end:
879}
#define Sql_doc
static MK_STRN Sq3StmtSql(SQ3_STMT pStmt)
Retrieving Statement SQL …