![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cSQLite.h>
Public Member Functions | |
| cSQLiteColumn (::sqlite3 *pDB, ::sqlite3_stmt *pStmt, cSQLiteCol_t nColumn) | |
| int | GetInt () const |
| sqlite3_int64 | GetInt64 () const |
| double | GetDouble () const |
| const GChar_t * | GetTextPtr () const |
| cString | GetString () const |
| cHeapBlock | GetBlob () const |
| operator int () const | |
| operator sqlite3_int64 () const | |
| operator double () const | |
| operator const GChar_t * () const | |
| operator cString () const | |
| operator cHeapBlock () const | |
a single column/field Variant in the statement results. SQLite columns are 0 based.
|
inline |
| cHeapBlock GraySQLite::cSQLiteColumn::GetBlob | ( | ) | const |
| double GraySQLite::cSQLiteColumn::GetDouble | ( | ) | const |
| int GraySQLite::cSQLiteColumn::GetInt | ( | ) | const |
| sqlite3_int64 GraySQLite::cSQLiteColumn::GetInt64 | ( | ) | const |
| cString GraySQLite::cSQLiteColumn::GetString | ( | ) | const |
| const GChar_t * GraySQLite::cSQLiteColumn::GetTextPtr | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |