DCL 4.0
Loading...
Searching...
No Matches
SQLCore.h File Reference
#include <dcl/Object.h>
#include <dcl/ListedHashMap.h>
#include <dcl/SQLCore.inl>

Go to the source code of this file.

Classes

class  SQL
struct  SQL::Date
struct  SQL::Time
struct  SQL::TimeStamp
struct  SQL::Interval
class  SQL::Field
class  SQL::Param
class  SQL::Query
class  SQL::Connection
struct  SQL::DRIVER_MODULE

Macros

#define __DCL_SQLCORE_H__   20050322
#define __SET_STATE(state)
#define __UNSET_STATE(state)

Macro Definition Documentation

◆ __DCL_SQLCORE_H__

#define __DCL_SQLCORE_H__   20050322

Definition at line 2 of file SQLCore.h.

◆ __SET_STATE

#define __SET_STATE ( state)
Value:
__states |= state

Definition at line 430 of file SQLCore.h.

◆ __UNSET_STATE

#define __UNSET_STATE ( state)
Value:
__states &= ~state

Definition at line 431 of file SQLCore.h.