DCL 4.0
|
#include <SQL.h>
Protected Attributes | |
SQLDriver * | __sqlDriver |
String | __connString |
PointerList | __idleConns |
PointerArray | __allConns |
Thread::Mutex | __lock |
size_t | __idleMax |
size_t | __allMax |
Additional Inherited Members | |
Public Member Functions inherited from Object | |
virtual String | toString () const |
virtual void | destroy () |
String | className () const |
bool | isInstanceOf (const std::type_info &typeinfo) const |
virtual const std::type_info & | typeInfo () const |
Protected Member Functions inherited from Object | |
virtual | ~Object () |
Object () |
|
protected |