theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib - theATL
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
Sq3StmtC_Sql_TCL_API

Sq3StmtC - Retrieving Statement SQL … More...

+ Collaboration diagram for Sq3StmtC_Sql_TCL_API:

Functions

static OT_ProcRet tclsq3lite_Sq3StmtC_ExpandedSql (Sq3StmtC_ARGS)
  Tcl: string [$pStmt ExpandedSql] C-API
Retrieving Statement SQL …
 
static OT_ProcRet tclsq3lite_Sq3StmtC_GetPzTail (Sq3StmtC_ARGS)
  Tcl: string [$sq3stmt GetPzTail] C-API
return the non compiled sql-statement from Sq3StmtPrepareV2 and Sq3StmtPrepareV3
 
static OT_ProcRet tclsq3lite_Sq3StmtC_Sql (Sq3StmtC_ARGS)
  Tcl: string [$pStmt Sql] C-API
Retrieving Statement SQL …
 

Detailed Description

Sq3StmtC - Retrieving Statement SQL …

Function Documentation

◆ tclsq3lite_Sq3StmtC_ExpandedSql()

static OT_ProcRet tclsq3lite_Sq3StmtC_ExpandedSql ( Sq3StmtC_ARGS )
static

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

Definition at line 867 of file Sq3StmtC_tcl.c.

867 {
872 goto end;
873 error:
875 end:
877}
#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 …

◆ tclsq3lite_Sq3StmtC_GetPzTail()

static OT_ProcRet tclsq3lite_Sq3StmtC_GetPzTail ( Sq3StmtC_ARGS )
static

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

Definition at line 880 of file Sq3StmtC_tcl.c.

880 {
885 goto end;
886 error:
888 end:
890}
#define GetPzTail_doc
static MK_STRN Sq3StmtGetPzTail(SQ3_STMT sq3stmt)
return the non compiled sql-statement from Sq3StmtPrepareV2 and Sq3StmtPrepareV3 …

◆ tclsq3lite_Sq3StmtC_Sql()

static OT_ProcRet tclsq3lite_Sq3StmtC_Sql ( Sq3StmtC_ARGS )
static

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

Definition at line 893 of file Sq3StmtC_tcl.c.

893 {
898 goto end;
899 error:
901 end:
903}
#define Sql_doc
static MK_STRN Sq3StmtSql(SQ3_STMT pStmt)
Retrieving Statement SQL …