Sq3StmtC - Retrieving Statement SQL … More...
Functions | |
static OT_ProcRet | pysq3lite_Sq3StmtC_ExpandedSql (Sq3StmtC_ARGS) |
Python: → C-API Retrieving Statement SQL … | |
static OT_ProcRet | pysq3lite_Sq3StmtC_GetPzTail (Sq3StmtC_ARGS) |
Python: → C-API return the non compiled sql-statement from Sq3StmtPrepareV2 and Sq3StmtPrepareV3 … | |
static OT_ProcRet | pysq3lite_Sq3StmtC_Sql (Sq3StmtC_ARGS) |
Python: → C-API Retrieving Statement SQL … | |
Sq3StmtC - Retrieving Statement SQL …
|
static |
Python:
→ C-API string pStmt.ExpandedSql()
Retrieving Statement SQL …
Definition at line 853 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API string sq3stmt.GetPzTail()
return the non compiled sql-statement from Sq3StmtPrepareV2 and Sq3StmtPrepareV3 …
Definition at line 866 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API string pStmt.Sql()
Retrieving Statement SQL …
Definition at line 879 of file Sq3StmtC_py.c.