|
CompleteDB Embedded: Direct C++ API
2.4.2
|
Provides DML table services. More...
#include <TableDml.hpp>
Inheritance diagram for TableDml: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 Record | getRecord () |
| TableDml & | operator= (const TableDml &src) |
| TableDml (const TableDml &src) | |
| virtual | ~TableDml () |
| TableDml () | |
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 DML table services.
Definition at line 16 of file TableDml.hpp.
Definition at line 53 of file TableDml.hpp.
|
inlinevirtual |
Definition at line 57 of file TableDml.hpp.
|
inline |
Definition at line 58 of file TableDml.hpp.
|
inlinevirtual |
Performs safe typecast.
Reimplemented from Object.
Reimplemented in Table.
Definition at line 25 of file TableDml.hpp.
|
inlinevirtual |
class type of the object.
Reimplemented from Object.
Reimplemented in Table.
Definition at line 37 of file TableDml.hpp.
|
inlinevirtual |
object type of the underlying derived object.
Reimplemented from Object.
Reimplemented in Table.
Definition at line 41 of file TableDml.hpp.
|
inlinevirtual |
|
inlinevirtual |
if underlying database is connected.
Reimplemented from Object.
Reimplemented in Table.
Definition at line 29 of file TableDml.hpp.
|
inlinevirtual |
if underlying database is not connected.
Reimplemented from Object.
Reimplemented in Table.
Definition at line 33 of file TableDml.hpp.
Definition at line 52 of file TableDml.hpp.