Qore SqlUtil Module Reference 1.9.1
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123456]
 CSqlUtil::AbstractSavepointHelperAbstract base class for savepoint helpers for epheremal transaction support
 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::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::OperatorInfoSQL operator info hash as returned by all operator functions
 CSqlUtil::QueryInfoQuery information
 CQore::Serializable [external]
 CDataProvider::AbstractDataProviderType [external]
 CDataProvider::QoreDataType [external]
 CDataProvider::QoreDateDataTypeBase [external]
 CSqlUtil::SqlUtilDateTypeType for date / timestamp columns
 CDataProvider::QoreFloatDataTypeBase [external]
 CSqlUtil::SqlUtilFloatTypeType for date / timestamp columns
 CDataProvider::QoreIntDataTypeBase [external]
 CSqlUtil::SqlUtilIntTypeType for date / timestamp columns
 CDataProvider::QoreNumberDataTypeBase [external]
 CSqlUtil::AbstractNumericDataTypeData type for Oracle NUMBER columns
 CDataProvider::QoreStringDataTypeBase [external]
 CSqlUtil::SqlUtilStringTypeType for string / varchar / char columns
 CSqlUtil::SqlUtilColumnDataTypeGeneric type for SQL datatypes where no translations are provided for NULL for "or nothing" types
 CSqlUtil::SqlUtilDbSpecificDataTypeData type for DB-specific types that are not convertible to other types
 CSqlUtil::AbstractConstraintAbstract base class for constraints
 CSqlUtil::AbstractCheckConstraintAbstract class for check constraints
 CSqlUtil::AbstractColumnConstraintAPI for a constraint with columns
 CSqlUtil::AbstractColumnSupportingConstraintAPI for a constraint with columns
 CSqlUtil::AbstractUniqueConstraintUnique column constraint
 CSqlUtil::AbstractPrimaryKeyPrimary key
 CSqlUtil::AbstractForeignConstraintBase class for foreign key constraint information
 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::AbstractColumnConstraintAPI 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::ForeignConstraintTargetClass describing a foreign constraint target
 CSqlUtil::SqlCommandInfoA hash describing SQL and arguments for an SQL DML command
 CSqlUtil::SqlResultInfoReturn type for methods that return a result and also SQL info
 CSqlUtil::SqlUtilColumnFieldSqlUtil column field class
 CSqlUtil::SqlUtilDataTypeOptionInfoColumn data type options
 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