Qore SqlUtil Module Reference
1.2
|
CSqlUtil::AbstractColumn | Base class for column information |
▼CSqlUtil::AbstractConstraint | Abstract base class for constraints |
CSqlUtil::AbstractCheckConstraint | Abstract class for check constraints |
CSqlUtil::AbstractForeignConstraint | Base class for foreign key constraint information |
▼CSqlUtil::AbstractUniqueConstraint | Unique column constraint |
CSqlUtil::AbstractPrimaryKey | Primary key |
▼CSqlUtil::AbstractFunctionBase | Base class for function or objects with code |
CSqlUtil::AbstractFunction | Base class for functions |
CSqlUtil::AbstractTrigger | Base class for triggers |
▼CSqlUtil::AbstractHashContainer | Abstract container class that throws an exception if an unknown key is accessed |
▼CSqlUtil::Columns | Column container class that throws an exception if an unknown column is accessed |
CSqlUtil::AbstractUniqueConstraint | Unique column constraint |
CSqlUtil::Constraints | Constraint container class that throws an exception if an unknown constraint is accessed |
CSqlUtil::ForeignConstraints | Foreign constraint container class that throws an exception if an unknown constraint is accessed |
CSqlUtil::Functions | Function container class that throws an exception if an unknown function is accessed |
CSqlUtil::Indexes | Index container class that throws an exception if an unknown index is accessed |
CSqlUtil::Tables | Table container class stores a collection of tables in a schema |
CSqlUtil::Triggers | Trigger container class that throws an exception if an unknown trigger is accessed |
CSqlUtil::AbstractIndex | Abstract base class for index information |
CSqlUtil::AbstractListContainer | Abstract container class that throws an exception if an unknown key is accessed |
CSqlUtil::AbstractSequence | Base class for sequences |
▼CSqlUtil::AbstractSqlUtilBase | Base class for abstract SqlUtil classes |
CSqlUtil::AbstractDatabase | Base abstract class for the database implementation |
CSqlUtil::AbstractTable | Base abstract class for the table implementation |
CSqlUtil::AbstractView | Base class for views |
CSqlUtil::Database | Database; this class embeds an AbstractDatabase object that is created automatically in the constructor based on the database driver for the AbstractDatasource object providing the database connection |
CSqlUtil::ForeignConstraintTarget | Class describing a foreign constraint target |
CSqlUtil::NumericColumnInfo | Base class to use to extend AbstractColumn to implement numeric columns |
CSqlUtil::Table | Database table; this class embeds an AbstractTable object that is created automatically in the constructor based on the database driver for the AbstractDatasource object providing the database connection |