Qore SqlUtil Module Reference
1.6
|
▼CSqlUtil::AbstractConstraint | Abstract base class for constraints |
CSqlUtil::AbstractCheckConstraint | Abstract class for check constraints |
▼CSqlUtil::AbstractColumnSupportingConstraint | API for a constraint with columns |
CSqlUtil::AbstractForeignConstraint | Base class for foreign key constraint information |
▼CSqlUtil::AbstractUniqueConstraint | Unique column constraint |
CSqlUtil::AbstractPrimaryKey | Primary key |
▼CDataProvider::AbstractDataProviderType [external] | |
▼CDataProvider::QoreDataType [external] | |
▼CDataProvider::QoreDateDataTypeBase [external] | |
CSqlUtil::SqlUtilDateType | Type for date / timestamp columns |
▼CDataProvider::QoreFloatDataTypeBase [external] | |
CSqlUtil::SqlUtilFloatType | Type for date / timestamp columns |
▼CDataProvider::QoreIntDataTypeBase [external] | |
CSqlUtil::SqlUtilIntType | Type for date / timestamp columns |
▼CDataProvider::QoreNumberDataTypeBase [external] | |
CSqlUtil::AbstractNumericDataType | Data type for Oracle NUMBER columns |
▼CDataProvider::QoreStringDataTypeBase [external] | |
CSqlUtil::SqlUtilStringType | Type for string / varchar / char columns |
CSqlUtil::SqlUtilColumnDataType | Generic type for SQL datatypes where no translations are provided for NULL for "or nothing" types |
CSqlUtil::SqlUtilDbSpecificDataType | Data type for DB-specific types that are not convertible to other types |
▼CSqlUtil::AbstractDdlObject | Base class for named objects |
CSqlUtil::AbstractColumn | Base class for column information |
▼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::AbstractColumnSupportingConstraint | API for a constraint with columns |
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::AbstractSavepointHelper | Abstract base class for savepoint helpers for epheremal transaction support |
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::ColumnOperatorInfo | Column operator info hash as returned by all column operator functions |
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::GenericColumnInfo | Generic column description hash in schema descriptions |
CSqlUtil::InsertOperatorInfo | Insert operator info hash as returned by all insert operator functions |
CSqlUtil::JoinOperatorInfo | Join operator info hash as returned by all join operator functions |
CSqlUtil::NumericColumnInfo | Base class to use to extend AbstractColumn to implement numeric columns |
CSqlUtil::OperatorInfo | SQL operator info hash as returned by all operator functions |
CSqlUtil::SqlCommandInfo | A hash describing SQL and arguments for an SQL DML command |
CSqlUtil::SqlUtilColumnField | SqlUtil column field class |
CSqlUtil::SqlUtilDataTypeOptionInfo | Column data type options |
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 |
CSqlUtil::UpdateOperatorInfo | Update operator info hash as returned by all update operator functions |