|
Qore SqlUtil Module Reference
1.2
|
| ▼NSqlUtil | SqlUtil namespace contains all the objects in the SqlUtil module |
| CAbstractCheckConstraint | Abstract class for check constraints |
| CAbstractColumn | Base class for column information |
| CAbstractConstraint | Abstract base class for constraints |
| CAbstractDatabase | Base abstract class for the database implementation |
| CAbstractForeignConstraint | Base class for foreign key constraint information |
| CAbstractFunction | Base class for functions |
| CAbstractFunctionBase | Base class for function or objects with code |
| CAbstractHashContainer | Abstract container class that throws an exception if an unknown key is accessed |
| CAbstractIndex | Abstract base class for index information |
| CAbstractListContainer | Abstract container class that throws an exception if an unknown key is accessed |
| CAbstractPrimaryKey | Primary key |
| CAbstractSequence | Base class for sequences |
| CAbstractSqlUtilBase | Base class for abstract SqlUtil classes |
| CAbstractTable | Base abstract class for the table implementation |
| CAbstractTrigger | Base class for triggers |
| CAbstractUniqueConstraint | Unique column constraint |
| CAbstractView | Base class for views |
| CColumns | Column container class that throws an exception if an unknown column is accessed |
| CConstraints | Constraint container class that throws an exception if an unknown constraint is accessed |
| CDatabase | 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 |
| CForeignConstraints | Foreign constraint container class that throws an exception if an unknown constraint is accessed |
| CForeignConstraintTarget | Class describing a foreign constraint target |
| CFunctions | Function container class that throws an exception if an unknown function is accessed |
| CIndexes | Index container class that throws an exception if an unknown index is accessed |
| CNumericColumnInfo | Base class to use to extend AbstractColumn to implement numeric columns |
| CTable | 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 |
| CTables | Table container class stores a collection of tables in a schema |
| CTriggers | Trigger container class that throws an exception if an unknown trigger is accessed |