CompleteDB Embedded: Direct C++ API
2.4.2
|
Provides services to query table attributes and collections. More...
#include <TableInfo.hpp>
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 const char * | getDescription () const |
virtual const char * | getName () const |
virtual bool | containsColumn (const char *name) |
virtual bool | containsColumn (const IdentityInfo &name) |
virtual bool | exists () |
virtual ColumnIterator | getColumns () |
TableInfo & | operator= (const TableInfo &src) |
TableInfo (const TableInfo &src) | |
virtual | ~TableInfo () |
TableInfo () | |
![]() | |
void * | get () const |
Object & | operator= (const Object &src) |
Object (const Object &src) | |
virtual | ~Object () |
Object () | |
![]() | |
EntityInfo & | operator= (const EntityInfo &src) |
EntityInfo (const EntityInfo &src) | |
virtual | ~EntityInfo () |
EntityInfo () |
Additional Inherited Members | |
![]() | |
Object (void *src) | |
![]() | |
void * | m |
Provides services to query table attributes and collections.
Definition at line 18 of file TableInfo.hpp.
Definition at line 82 of file TableInfo.hpp.
|
inlinevirtual |
Definition at line 86 of file TableInfo.hpp.
|
inline |
Definition at line 87 of file TableInfo.hpp.
|
inlinevirtual |
Performs safe typecast.
Reimplemented from EntityInfo.
Reimplemented in Table, CreateTable, TableIterator, and TableMetadata.
Definition at line 28 of file TableInfo.hpp.
|
inlinevirtual |
Determines wether the database table contains a column with the specified name.
Reimplemented in CreateTable, Table, TableIterator, and TableMetadata.
Definition at line 65 of file TableInfo.hpp.
|
inlinevirtual |
Determines wether the database table contains a column with the specified name.
Reimplemented in CreateTable, Table, TableIterator, and TableMetadata.
Definition at line 69 of file TableInfo.hpp.
|
inlinevirtual |
Determines wether the table exists in the database.
Reimplemented in CreateTable, Table, TableIterator, and TableMetadata.
Definition at line 73 of file TableInfo.hpp.
|
inlinevirtual |
class type of the object.
Reimplemented from EntityInfo.
Reimplemented in Table, CreateTable, TableIterator, and TableMetadata.
Definition at line 40 of file TableInfo.hpp.
|
inlinevirtual |
Gets Column iterator used to iterate columns information in the database table.
Reimplemented in CreateTable, Table, TableIterator, and TableMetadata.
Definition at line 77 of file TableInfo.hpp.
|
inlinevirtual |
Returns the description of the entity.
Reimplemented from EntityInfo.
Reimplemented in Table, CreateTable, TableIterator, and TableMetadata.
Definition at line 51 of file TableInfo.hpp.
|
inlinevirtual |
Returns the name of the entity.
Reimplemented from EntityInfo.
Reimplemented in CreateTable, Table, TableIterator, and TableMetadata.
Definition at line 58 of file TableInfo.hpp.
|
inlinevirtual |
object type of the underlying derived object.
Reimplemented from EntityInfo.
Reimplemented in Table, CreateTable, TableIterator, and TableMetadata.
Definition at line 44 of file TableInfo.hpp.
|
inlinevirtual |
if underlying database is connected.
Reimplemented from EntityInfo.
Reimplemented in Table, CreateTable, TableIterator, and TableMetadata.
Definition at line 32 of file TableInfo.hpp.
|
inlinevirtual |
if underlying database is not connected.
Reimplemented from EntityInfo.
Reimplemented in Table, CreateTable, TableIterator, and TableMetadata.
Definition at line 36 of file TableInfo.hpp.
Definition at line 81 of file TableInfo.hpp.