Kexi API Documentation (2.0 alpha)

KexiDB::InternalTableSchema Class Reference

#include <tableschema.h>

Inheritance diagram for KexiDB::InternalTableSchema:

KexiDB::TableSchema KexiDB::FieldList KexiDB::SchemaData List of all members.

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

InternalTableSchema::InternalTableSchema const QString name  ) 
 

Definition at line 440 of file tableschema.cpp.

InternalTableSchema::InternalTableSchema const TableSchema ts  ) 
 

Definition at line 445 of file tableschema.cpp.

InternalTableSchema::~InternalTableSchema  )  [virtual]
 

Definition at line 450 of file tableschema.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:50:48 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003