KexiDB::InternalTableSchema Class Reference
#include <tableschema.h>
Inheritance diagram for KexiDB::InternalTableSchema:

Detailed Description
Internal table with a name name. Rarely used. Use Connection::createTable() to create a table using this schema. The table will not be visible as user table. For example, 'kexi__blobs' table is created this way by Kexi application.
Definition at line 197 of file tableschema.h.
Public Member Functions | |
| InternalTableSchema (const QString &name) | |
| InternalTableSchema (const TableSchema &ts) | |
| virtual | ~InternalTableSchema () |
Constructor & Destructor Documentation
|
|
Definition at line 440 of file tableschema.cpp. |
|
|
Definition at line 445 of file tableschema.cpp. |
|
|
Definition at line 450 of file tableschema.cpp. |
The documentation for this class was generated from the following files:
