|
Qore SqlUtil Module Reference
1.0
|
| SqlUtil namespace contains all the objects in the SqlUtil module | |
| Abstract class for check constraints | |
| Base class for column information | |
| Abstract base class for constraints | |
| Base abstract class for the database implementation | |
| Base class for foreign key constraint information | |
| Base class for functions | |
| Base class for function or objects with code | |
| Abstract container class that throws an exception if an unknown key is accessed | |
| Abstract base class for index information | |
| Abstract container class that throws an exception if an unknown key is accessed | |
| Primary key | |
| Base class for sequences | |
| Base class for abstract SqlUtil classes | |
| Base abstract class for the table implementation | |
| Base class for triggers | |
| Unique column constraint | |
| Column container class that throws an exception if an unknown column is accessed | |
| Constraint container class that throws an exception if an unknown constraint is accessed | |
| 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 | |
| Foreign constraint container class that throws an exception if an unknown constraint is accessed | |
| Class describing a foreign constraint target | |
| Function container class that throws an exception if an unknown function is accessed | |
| Index container class that throws an exception if an unknown index is accessed | |
| Base class to use to extend AbstractColumn to implement numeric columns | |
| 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 | |
| Table container class stores a collection of tables in a schema | |
| Trigger container class that throws an exception if an unknown trigger is accessed |