theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3StmtC_Sql_PY_API

Sq3StmtC - Retrieving Statement SQL … More...

+ Collaboration diagram for Sq3StmtC_Sql_PY_API:

Functions

static OT_ProcRet pysq3lite_Sq3StmtC_ExpandedSql (Sq3StmtC_ARGS)
  Python: string pStmt.ExpandedSql() C-API
Retrieving Statement SQL …
 
static OT_ProcRet pysq3lite_Sq3StmtC_GetPzTail (Sq3StmtC_ARGS)
  Python: string sq3stmt.GetPzTail() C-API
return the non compiled sql-statement from Sq3StmtPrepareV2 and Sq3StmtPrepareV3
 
static OT_ProcRet pysq3lite_Sq3StmtC_Sql (Sq3StmtC_ARGS)
  Python: string pStmt.Sql() C-API
Retrieving Statement SQL …
 

Detailed Description

Sq3StmtC - Retrieving Statement SQL …

Function Documentation

◆ pysq3lite_Sq3StmtC_ExpandedSql()

static OT_ProcRet pysq3lite_Sq3StmtC_ExpandedSql ( Sq3StmtC_ARGS )
static

Python: string pStmt.ExpandedSql() C-API
Retrieving Statement SQL …

Definition at line 850 of file Sq3StmtC_py.c.

850 {
855 goto end;
856 error:
858 end:
860}
#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
Definition Sq3StmtC_py.c:23
#define ExpandedSql_doc
static MK_STR Sq3StmtExpandedSql(SQ3_STMT pStmt)
Retrieving Statement SQL …

◆ pysq3lite_Sq3StmtC_GetPzTail()

static OT_ProcRet pysq3lite_Sq3StmtC_GetPzTail ( Sq3StmtC_ARGS )
static

Python: string sq3stmt.GetPzTail() C-API
return the non compiled sql-statement from Sq3StmtPrepareV2 and Sq3StmtPrepareV3

Definition at line 863 of file Sq3StmtC_py.c.

863 {
868 goto end;
869 error:
871 end:
873}
#define GetPzTail_doc
static MK_STRN Sq3StmtGetPzTail(SQ3_STMT sq3stmt)
return the non compiled sql-statement from Sq3StmtPrepareV2 and Sq3StmtPrepareV3 …

◆ pysq3lite_Sq3StmtC_Sql()

static OT_ProcRet pysq3lite_Sq3StmtC_Sql ( Sq3StmtC_ARGS )
static

Python: string pStmt.Sql() C-API
Retrieving Statement SQL …

Definition at line 876 of file Sq3StmtC_py.c.

876 {
881 goto end;
882 error:
884 end:
886}
#define Sql_doc
static MK_STRN Sq3StmtSql(SQ3_STMT pStmt)
Retrieving Statement SQL …