![]() |
Qore SqlUtil Module Reference
1.5.1
|
| CSqlUtil::AbstractColumn | Base class for column information |
| ▼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 |
| ▼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::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::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 |