Qore SqlUtil Module Reference 1.9.1
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NSqlUtilQore AbstractDatabase class definition
 CAbstractCheckConstraintAbstract class for check constraints
 CAbstractColumnBase class for column information
 CAbstractColumnConstraintAPI for a constraint with columns
 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
 CAbstractNumericDataTypeData type for Oracle NUMBER columns
 CAbstractPrimaryKeyPrimary key
 CAbstractSavepointHelperAbstract base class for savepoint helpers for epheremal transaction support
 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
 COperatorInfoSQL operator info hash as returned by all operator functions
 CQueryInfoQuery information
 CSqlCommandInfoA hash describing SQL and arguments for an SQL DML command
 CSqlResultInfoReturn type for methods that return a result and also SQL info
 CSqlUtilColumnDataTypeGeneric type for SQL datatypes where no translations are provided for NULL for "or nothing" types
 CSqlUtilColumnFieldSqlUtil column field class
 CSqlUtilDataTypeOptionInfoColumn data type options
 CSqlUtilDateTypeType for date / timestamp columns
 CSqlUtilDbSpecificDataTypeData type for DB-specific types that are not convertible to other types
 CSqlUtilFloatTypeType for date / timestamp columns
 CSqlUtilIntTypeType for date / timestamp columns
 CSqlUtilStringTypeType for string / varchar / char 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
 CUpdateOperatorInfoUpdate operator info hash as returned by all update operator functions