![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "cSQLBase.h"
#include "../Variant/cVariant.h"
#include "../Scriptable/IScriptableObj.h"
#include "GrayCore/include/cArray.h"
#include "GrayCore/include/cFilePath.h"
#include "../ScriptContext/cScriptSourceCurrent.h"
Go to the source code of this file.
Classes | |
class | GrayLib::cSQLStatement |
class | GrayLib::cSQLStatementQ |
class | GrayLib::cScriptSourceSQLStatement |
Namespaces | |
GrayLib | |
Functions | |
GrayLib::DECLARE_INTERFACE (ISQLStatement) | |
Variables | |
class __DECL_IMPORT | GrayLib::cSQLDatabase |
Encapsulates the basic ODBC 3.0 API select statement eliminating the need to remember to free handles and other generic arguments.