CompleteDB Embedded: Direct C++ API  2.4.2
TableDml Class Reference

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 ()
TableDmloperator= (const TableDml &src)
 TableDml (const TableDml &src)
virtual ~TableDml ()
 TableDml ()
- Public Member Functions inherited from Object
void * get () const
Objectoperator= (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

Detailed Description

Provides DML table services.

Definition at line 16 of file TableDml.hpp.

Constructor & Destructor Documentation

TableDml ( const TableDml src)
inline

Definition at line 53 of file TableDml.hpp.

virtual ~TableDml ( )
inlinevirtual

Definition at line 57 of file TableDml.hpp.

TableDml ( )
inline

Definition at line 58 of file TableDml.hpp.

Member Function Documentation

virtual bool cast ( const Object from)
inlinevirtual

Performs safe typecast.

Reimplemented from Object.

Reimplemented in Table.

Definition at line 25 of file TableDml.hpp.

virtual Type::Enum getClassType ( ) const
inlinevirtual

class type of the object.

Reimplemented from Object.

Reimplemented in Table.

Definition at line 37 of file TableDml.hpp.

virtual Type::Enum getObjectType ( ) const
inlinevirtual

object type of the underlying derived object.

Reimplemented from Object.

Reimplemented in Table.

Definition at line 41 of file TableDml.hpp.

virtual Record getRecord ( )
inlinevirtual

Gets Record Statement.

Reimplemented in Table.

Definition at line 48 of file TableDml.hpp.

virtual bool isConnected ( ) const
inlinevirtual

if underlying database is connected.

Reimplemented from Object.

Reimplemented in Table.

Definition at line 29 of file TableDml.hpp.

virtual bool isDisconnected ( ) const
inlinevirtual

if underlying database is not connected.

Reimplemented from Object.

Reimplemented in Table.

Definition at line 33 of file TableDml.hpp.

TableDml& operator= ( const TableDml src)
inline

Definition at line 52 of file TableDml.hpp.


The documentation for this class was generated from the following file: