Sq3StmtC - get type-information … More...
Functions | |
Sq3LiteC * | ccsq3lite::Sq3StmtC::DbHandle () |
C++: → C-API Find The Database Handle Of A Prepared Statement … | |
void | ccsq3lite::Sq3StmtC::Busy () |
C++: → C-API Determine If A Prepared Statement Has Been Reset … | |
void | ccsq3lite::Sq3StmtC::DataCount () |
C++: → C-API Number of columns in a result set … | |
void | ccsq3lite::Sq3StmtC::IsExplain () |
C++: → C-API Query The EXPLAIN Setting For A Prepared Statement … | |
void | ccsq3lite::Sq3StmtC::Readonly () |
C++: → C-API Determine If An SQL Statement Writes The Database … | |
void | ccsq3lite::Sq3StmtC::Status (Sq3StmtStatusE op, MK_BOOL resetFlg) |
C++: → C-API Prepared Statement Status … | |
Sq3StmtC - get type-information …
|
inline |
C++:
→ C-API sq3stmt.Busy()
Determine If A Prepared Statement Has Been Reset …
Definition at line 305 of file Sq3StmtC_inline_cc.hh.
|
inline |
C++:
→ C-API pStmt.DataCount()
Number of columns in a result set …
Definition at line 312 of file Sq3StmtC_inline_cc.hh.
|
inline |
C++:
→ C-API Sq3LiteC* sq3stmt.DbHandle()
Find The Database Handle Of A Prepared Statement …
Definition at line 296 of file Sq3StmtC_inline_cc.hh.
|
inline |
C++:
→ C-API pStmt.IsExplain()
Query The EXPLAIN Setting For A Prepared Statement …
Definition at line 319 of file Sq3StmtC_inline_cc.hh.
|
inline |
C++:
→ C-API pStmt.Readonly()
Determine If An SQL Statement Writes The Database …
Definition at line 330 of file Sq3StmtC_inline_cc.hh.
|
inline |
C++:
→ C-API sq3stmt.Status(Sq3StmtStatusE op, MK_BOOL resetFlg)
Prepared Statement Status …
Definition at line 337 of file Sq3StmtC_inline_cc.hh.