![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
Go to the source code of this file.
Classes | |
| class | GraySQLite::cSQLiteColumn |
| class | GraySQLite::cSQLiteBase |
| class | GraySQLite::cSQLiteStatement |
| class | GraySQLite::cSQLiteDb |
Namespaces | |
| GraySQLite | |
Macros | |
| #define | cSQLiteBase_DISAMBIG virtual HRESULT FillException(cSQLException* pException=nullptr) override { return SUPER_t::FillException(pException); } |
Typedefs | |
| typedef struct sqlite3 | sqlite3 |
| typedef struct sqlite3_stmt | sqlite3_stmt |
| typedef INT64 | sqlite3_int64 |
| typedef int | GraySQLite::cSQLiteCol_t |
| 0 based columns. unlike SQL_COLUMN_t More... | |
| typedef cRefPtr< cSQLiteStatement > | GraySQLite::cSQLiteStatementPtr |
| #define cSQLiteBase_DISAMBIG virtual HRESULT FillException(cSQLException* pException=nullptr) override { return SUPER_t::FillException(pException); } |
| typedef INT64 sqlite3_int64 |
| typedef struct sqlite3_stmt sqlite3_stmt |