|
CompleteDB Embedded: Direct C++ API
2.4.2
|
Provides DDL table services. More...
#include <TableDdl.hpp>
Inheritance diagram for TableDdl:Public Member Functions | |
| virtual bool | cast (const Object &from) |
| virtual bool | isConnected () const |
| virtual bool | isDisconnected () const |
| virtual Type::Enum | getClassType () const |
| virtual Type::Enum | getObjectType () const |
| virtual CreateTable | createTable (const char *name) |
| TableDdl & | operator= (const TableDdl &src) |
| TableDdl (const TableDdl &src) | |
| virtual | ~TableDdl () |
| TableDdl () | |
Public Member Functions inherited from Object | |
| void * | get () const |
| Object & | operator= (const Object &src) |
| Object (const Object &src) | |
| virtual | ~Object () |
| Object () | |
Additional Inherited Members | |
Protected Member Functions inherited from Object | |
| Object (void *src) | |
Protected Attributes inherited from Object | |
| void * | m |
Provides DDL table services.
Definition at line 16 of file TableDdl.hpp.
Definition at line 53 of file TableDdl.hpp.
|
inlinevirtual |
Definition at line 57 of file TableDdl.hpp.
|
inline |
Definition at line 58 of file TableDdl.hpp.
|
inlinevirtual |
Performs safe typecast.
Reimplemented from Object.
Reimplemented in Database.
Definition at line 25 of file TableDdl.hpp.
|
inlinevirtual |
|
inlinevirtual |
class type of the object.
Reimplemented from Object.
Reimplemented in Database.
Definition at line 37 of file TableDdl.hpp.
|
inlinevirtual |
object type of the underlying derived object.
Reimplemented from Object.
Reimplemented in Database.
Definition at line 41 of file TableDdl.hpp.
|
inlinevirtual |
if underlying database is connected.
Reimplemented from Object.
Reimplemented in Database.
Definition at line 29 of file TableDdl.hpp.
|
inlinevirtual |
if underlying database is not connected.
Reimplemented from Object.
Reimplemented in Database.
Definition at line 33 of file TableDdl.hpp.
Definition at line 52 of file TableDdl.hpp.