Qore SqlUtil Module Reference  1.5.2
All Classes Namespaces Functions Variables Modules Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NSqlUtilSqlUtil namespace contains all the objects in the SqlUtil module
 CAbstractCheckConstraintAbstract class for check constraints
 CAbstractColumnBase class for column information
 CAbstractColumnSupportingConstraintAPI for a constraint with columns
 CAbstractConstraintAbstract base class for constraints
 CAbstractDatabaseBase abstract class for the database implementation
 CAbstractDdlObjectBase class for named objects
 CAbstractForeignConstraintBase class for foreign key constraint information
 CAbstractFunctionBase class for functions
 CAbstractFunctionBaseBase class for function or objects with code
 CAbstractHashContainerAbstract container class that throws an exception if an unknown key is accessed
 CAbstractIndexAbstract base class for index information
 CAbstractListContainerAbstract container class that throws an exception if an unknown key is accessed
 CAbstractPrimaryKeyPrimary key
 CAbstractSequenceBase class for sequences
 CAbstractSqlUtilBaseBase class for abstract SqlUtil classes
 CAbstractTableBase abstract class for the table implementation
 CAbstractTriggerBase class for triggers
 CAbstractUniqueConstraintUnique column constraint
 CAbstractViewBase class for views
 CColumnOperatorInfoColumn operator info hash as returned by all column operator functions
 CColumnsColumn container class that throws an exception if an unknown column is accessed
 CConstraintsConstraint container class that throws an exception if an unknown constraint is accessed
 CDatabaseDatabase; 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
 CForeignConstraintsForeign constraint container class that throws an exception if an unknown constraint is accessed
 CForeignConstraintTargetClass describing a foreign constraint target
 CFunctionsFunction container class that throws an exception if an unknown function is accessed
 CGenericColumnInfoGeneric column description hash in schema descriptions
 CIndexesIndex container class that throws an exception if an unknown index is accessed
 CInsertOperatorInfoInsert operator info hash as returned by all insert operator functions
 CJoinOperatorInfoJoin operator info hash as returned by all join operator functions
 CNumericColumnInfoBase class to use to extend AbstractColumn to implement numeric columns
 COperatorInfoSQL operator info hash as returned by all operator functions
 CTableDatabase 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
 CTablesTable container class stores a collection of tables in a schema
 CTriggersTrigger container class that throws an exception if an unknown trigger is accessed
 CUpdateOperatorInfoUpdate operator info hash as returned by all update operator functions