| Interface | Description |
|---|---|
| AQMetadata |
This interface provides means to learn and manipulate the database structure.
|
| AQObjectPermission |
The AQObjectPermission interface provides a mean to generate the grant and revoke
statements for users and roles.
|
| AQPartition |
This interface represents a database partition.
|
| AQResultSet |
This interface represents a table of data representing a database result set,
which is usually generated by executing a statement that queries the database.
|
| AQSchemaObject |
Base class for a metadata object specific to database/schema.
|
| AQScriptOptions |
The AQScriptOption object defines parameters for generating DDL scripts within AquaScript environment.
|
| AQScriptResult |
This interface provides access to results of executing a SQL script -
which may contain multiple result sets from multiple statements.
|
| AQServerConnection |
This interface represents a database server connection.
|
| AQServerObject |
Base interface for a server object which can be scripted.
|
| AQSQLArray |
This class describes a SQL ARRAY object.
|
| AQSQLBlob |
This class describes a SQL BLOB object.
|
| AQSQLClob |
This class describes a SQL CLOB object.
|
| AQSQLNClob |
This class describes a SQL NCLOB object.
|
| AQSQLRowId |
This class describes a SQL ROWID object.
|
| AQStatementResult |
Copyright © 2019 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.