Qore SqlUtil Module Reference  1.2
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
 CAbstractConstraintAbstract base class for constraints
 CAbstractDatabaseBase abstract class for the database implementation
 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
 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
 CIndexesIndex container class that throws an exception if an unknown index is accessed
 CNumericColumnInfoBase class to use to extend AbstractColumn to implement numeric columns
 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