Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cSQLite.h File Reference

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
 

Detailed Description

Macro Definition Documentation

◆ cSQLiteBase_DISAMBIG

#define cSQLiteBase_DISAMBIG   virtual HRESULT FillException(cSQLException* pException=nullptr) override { return SUPER_t::FillException(pException); }

Typedef Documentation

◆ sqlite3

typedef struct sqlite3 sqlite3

◆ sqlite3_int64

typedef INT64 sqlite3_int64

◆ sqlite3_stmt

typedef struct sqlite3_stmt sqlite3_stmt