DBEngine (Class)
Represents a database connection.
This object enables you to query the database and perform related operations.
Most methods in this class require 'sql' rights. If the operator invokes a method and does not have the appropriate rights, an exception is raised. Generally speaking, all methods that change the database require 'sql' rights, while methods which simply view information do not. Refer to the documentation on each method to find out whether or not the rights are required.
Methods
Deletes the records of a table by packets. | |
Frees the connection from all resources linked to it. | |
Executes a SQL command. | |
Alias of the execute command. This function is obsolete, use | |
Executes a SELECT type SQL query. | |
Executes a SELECT type SQL query with column type specification. | |
Starts a new transaction on the connection. | |
Approves the transaction in progress on the connection. | |
Cancels the transaction in progress on the connection. |
Properties
Returns true if the database is Oracle. | |
Returns true if the database is of DB2 type. | |
Returns true if the database is of MySQL type. | |
Returns true if the database is SQL Server. | |
Returns true if the database is PostgreSQL. | |
Returns true if the database is Sybase. | |
Returns true if the database is Sybase IQ. | |
Returns true if the database is accessed through FDA. | |
Returns true if the connection is no longer usable. | |
Returns true if the database contains unicode data. | |
Returns true if Adobe Campaign uses NCHAR, NVARCHAR, NCLOB, NTEXT type fields. |
Features
Available in:
- Content management
- Delivery properties
- Typology rule
- JSSP
- SOAP Method
- WebApp
- Workflow