theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3StmtC_Sql_CC_API

Sq3StmtC - Retrieving Statement SQL … More...

+ Collaboration diagram for Sq3StmtC_Sql_CC_API:

Functions

MK_STR ccsq3lite::Sq3StmtC::ExpandedSql ()
  C++: MK_STR pStmt.ExpandedSql() C-API
Retrieving Statement SQL …
 
MK_STRN ccsq3lite::Sq3StmtC::GetPzTail ()
  C++: MK_STRN sq3stmt.GetPzTail() C-API
return the non compiled sql-statement from Sq3StmtPrepareV2 and Sq3StmtPrepareV3
 
MK_STRN ccsq3lite::Sq3StmtC::Sql ()
  C++: MK_STRN pStmt.Sql() C-API
Retrieving Statement SQL …
 

Detailed Description

Sq3StmtC - Retrieving Statement SQL …

Function Documentation

◆ ExpandedSql()

MK_STR ccsq3lite::Sq3StmtC::ExpandedSql ( )
inline

C++: MK_STR pStmt.ExpandedSql() C-API
Retrieving Statement SQL …

Definition at line 414 of file Sq3StmtC_inline_cc.hh.

414 {
415 MK_UNUSED auto pStmt = getSTMT();
416 MK_STR __retVal__L = Sq3StmtExpandedSql(pStmt);
417 return __retVal__L;
418 }
#define MK_UNUSED
MK_STRB * MK_STR
SQ3_STMT getSTMT() const
return the LibMsgqueObject from current Sq3StmtC instance
static MK_STR Sq3StmtExpandedSql(SQ3_STMT pStmt)
Retrieving Statement SQL …

◆ GetPzTail()

MK_STRN ccsq3lite::Sq3StmtC::GetPzTail ( )
inline

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

Definition at line 421 of file Sq3StmtC_inline_cc.hh.

421 {
422 MK_UNUSED auto sq3stmt = getSTMT();
423 MK_STRN __retVal__L = Sq3StmtGetPzTail(sq3stmt);
424 return __retVal__L;
425 }
const MK_STRB * MK_STRN
static MK_STRN Sq3StmtGetPzTail(SQ3_STMT sq3stmt)
return the non compiled sql-statement from Sq3StmtPrepareV2 and Sq3StmtPrepareV3 …

◆ Sql()

MK_STRN ccsq3lite::Sq3StmtC::Sql ( )
inline

C++: MK_STRN pStmt.Sql() C-API
Retrieving Statement SQL …

Definition at line 428 of file Sq3StmtC_inline_cc.hh.

428 {
429 MK_UNUSED auto pStmt = getSTMT();
430 MK_STRN __retVal__L = Sq3StmtSql(pStmt);
431 return __retVal__L;
432 }
static MK_STRN Sq3StmtSql(SQ3_STMT pStmt)
Retrieving Statement SQL …