Sq3StmtC - get type-information … More...
Functions | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_DbHandle (Sq3StmtC_ARGS) |
Ruby: → C-API Find The Database Handle Of A Prepared Statement … | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_Busy (Sq3StmtC_ARGS) |
Ruby: → C-API Determine If A Prepared Statement Has Been Reset … | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_DataCount (Sq3StmtC_ARGS) |
Ruby: → C-API Number of columns in a result set … | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_IsExplain (Sq3StmtC_ARGS) |
Ruby: → C-API Query The EXPLAIN Setting For A Prepared Statement … | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | rbsq3lite_Sq3StmtC_Log (Sq3StmtC_ARGS) |
static OT_ProcRet | rbsq3lite_Sq3StmtC_Readonly (Sq3StmtC_ARGS) |
Ruby: → C-API Determine If An SQL Statement Writes The Database … | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_Status (Sq3StmtC_ARGS) |
Ruby: → C-API Prepared Statement Status … | |
Sq3StmtC - get type-information …
|
static |
Ruby:
→ C-API sq3stmt.Busy()
Determine If A Prepared Statement Has Been Reset …
Definition at line 598 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API pStmt.DataCount()
Number of columns in a result set …
Definition at line 609 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API Sq3LiteC sq3stmt.DbHandle()
Find The Database Handle Of A Prepared Statement …
Definition at line 585 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API pStmt.IsExplain()
Query The EXPLAIN Setting For A Prepared Statement …
Definition at line 620 of file Sq3StmtC_rb.c.
|
static |
Definition at line 632 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API pStmt.Readonly()
Determine If An SQL Statement Writes The Database …
Definition at line 635 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API sq3stmt.Status(op:Sq3StmtStatusE, resetFlg:bool)
Prepared Statement Status …
Definition at line 646 of file Sq3StmtC_rb.c.