KDbInternalTableSchema
KDbInternalTableSchema Class Reference
#include <KDbTableSchema.h>
Inheritance diagram for KDbInternalTableSchema:
Additional Inherited Members | |
Static Public Member Functions inherited from KDbFieldList | |
static KDbEscapedString | sqlFieldsList (const KDbField::List &list, KDbConnection *conn, const QString &separator=QLatin1String(","), const QString &tableOrAlias=QString(), KDb::IdentifierEscapingType escapingType=KDb::DriverEscaping) |
Public Attributes inherited from KDbObject | |
QString | caption |
QString | description |
int | id |
QString | name |
int | type |
Protected Member Functions inherited from KDbTableSchema | |
KDbTableSchema (KDbConnection *conn, const QString &name=QString()) | |
KDbConnection * | connection () const |
void | setConnection (KDbConnection *conn) |
Protected Member Functions inherited from KDbObject |
Detailed Description
Internal table with a name name. Rarely used. Use KDbConnection::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 209 of file KDbTableSchema.h.
Constructor & Destructor Documentation
◆ KDbInternalTableSchema() [1/3]
|
explicit |
Definition at line 435 of file KDbTableSchema.cpp.
◆ KDbInternalTableSchema() [2/3]
|
explicit |
Definition at line 441 of file KDbTableSchema.cpp.
◆ KDbInternalTableSchema() [3/3]
KDbInternalTableSchema::KDbInternalTableSchema | ( | const KDbInternalTableSchema & | ts | ) |
Definition at line 447 of file KDbTableSchema.cpp.
◆ ~KDbInternalTableSchema()
|
override |
Definition at line 453 of file KDbTableSchema.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:32 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:32 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.