Qore SqlUtil Module Reference  1.5.2
All Classes Namespaces Functions Variables Modules Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CSqlUtil::AbstractConstraintAbstract base class for constraints
 CSqlUtil::AbstractCheckConstraintAbstract class for check constraints
 CSqlUtil::AbstractColumnSupportingConstraintAPI for a constraint with columns
 CSqlUtil::AbstractForeignConstraintBase class for foreign key constraint information
 CSqlUtil::AbstractUniqueConstraintUnique column constraint
 CSqlUtil::AbstractPrimaryKeyPrimary key
 CSqlUtil::AbstractDdlObjectBase class for named objects
 CSqlUtil::AbstractColumnBase class for column information
 CSqlUtil::AbstractFunctionBaseBase class for function or objects with code
 CSqlUtil::AbstractFunctionBase class for functions
 CSqlUtil::AbstractTriggerBase class for triggers
 CSqlUtil::AbstractHashContainerAbstract container class that throws an exception if an unknown key is accessed
 CSqlUtil::ColumnsColumn container class that throws an exception if an unknown column is accessed
 CSqlUtil::AbstractColumnSupportingConstraintAPI for a constraint with columns
 CSqlUtil::ConstraintsConstraint container class that throws an exception if an unknown constraint is accessed
 CSqlUtil::ForeignConstraintsForeign constraint container class that throws an exception if an unknown constraint is accessed
 CSqlUtil::FunctionsFunction container class that throws an exception if an unknown function is accessed
 CSqlUtil::IndexesIndex container class that throws an exception if an unknown index is accessed
 CSqlUtil::TablesTable container class stores a collection of tables in a schema
 CSqlUtil::TriggersTrigger container class that throws an exception if an unknown trigger is accessed
 CSqlUtil::AbstractIndexAbstract base class for index information
 CSqlUtil::AbstractListContainerAbstract container class that throws an exception if an unknown key is accessed
 CSqlUtil::AbstractSequenceBase class for sequences
 CSqlUtil::AbstractSqlUtilBaseBase class for abstract SqlUtil classes
 CSqlUtil::AbstractDatabaseBase abstract class for the database implementation
 CSqlUtil::AbstractTableBase abstract class for the table implementation
 CSqlUtil::AbstractViewBase class for views
 CSqlUtil::ColumnOperatorInfoColumn operator info hash as returned by all column operator functions
 CSqlUtil::DatabaseDatabase; 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::ForeignConstraintTargetClass describing a foreign constraint target
 CSqlUtil::GenericColumnInfoGeneric column description hash in schema descriptions
 CSqlUtil::InsertOperatorInfoInsert operator info hash as returned by all insert operator functions
 CSqlUtil::JoinOperatorInfoJoin operator info hash as returned by all join operator functions
 CSqlUtil::NumericColumnInfoBase class to use to extend AbstractColumn to implement numeric columns
 CSqlUtil::OperatorInfoSQL operator info hash as returned by all operator functions
 CSqlUtil::TableDatabase 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
 CSqlUtil::UpdateOperatorInfoUpdate operator info hash as returned by all update operator functions