Qore SqlUtil Module Reference
1.1
|
The SqlUtil module provides a high level database-independent API for working with database objects and SQL.
To use this module, use "%requires SqlUtil"
in your code.
All the public symbols in the module are defined in the SqlUtil namespace
Major sections of this documentation:
The SqlUtil module provides generic functionality and a framework for SQL operations and schema management, and in order to use the SqlUtil module with a particular database, a driver-specific module has to be available as well.
Currently the following driver-specific modules are available:
The underlying driver-specific module is automatically loaded and used when required; the classes provided in the SqlUtil module provide a generic API that uses the driver-specific implementations for the underlying driver-specific implementation.
SqlUtil provides API support for the following: