Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
cSQLBase.h File Reference

Go to the source code of this file.

Classes

class  GrayLib::cSQLConnectionString
 
class  GrayLib::cSQLException
 
class  GrayLib::cSQLBase
 

Namespaces

 GrayLib
 

Typedefs

typedef INT16 GrayLib::SQL_RETURN_t
 AKA SQLRETURN or RETCODE. Native driver error. e.g. SQL_SUCCESS = 0. More...
 
typedef int GrayLib::SQL_COLUMN_t
 what field/column/parameter number. 1 based. SQLUSMALLINT More...
 

Functions

 GrayLib::DECLARE_INTERFACE (ISQLBase)
 

Variables

class __DECL_IMPORT GrayLib::cSQLDriver
 

Detailed Description