 |
|
Please see TEDBDatabase methods short descriptions below: Closes the connection.Closes all datasets associated with the database component without disconnecting from the database server.Permanently stores updates, insertions, and deletions of data associated with the current transaction, and ends the current transactions.Creates an instance of a TEDBDatabase component.Destroys the instance of a database component.Executes an SQL statement.Populates a stringlist with the names of persistent EnterpriseDB databases.Returns the process ID of the backend server handling this connection.Returns list of charsets available for client encoding.Returns list of stored procedures available at the moment.Returns list of stored procedure input parameters.Populates a string list with the names of schemas associated with a specified database component.Populates a string list with the names of users associated with a specified database component.Opens the connection.Cancels all updates, insertions, and deletions for the current transaction and ends the transaction.
Begins a new transaction against the database server.
|