EnterpriseDBDAC

TEDBDatabase.Methods

Previous Next

Please see TEDBDatabase methods short descriptions below:

Close

Closes the connection.

CloseDataSets

Closes all datasets associated with the database component without disconnecting from the database server.

Commit

Permanently stores updates, insertions, and deletions of data associated with the current transaction, and ends the current transactions.

Create

Creates an instance of a TEDBDatabase component.

Destroy

Destroys the instance of a database component.

Execute

Executes an SQL statement.

GetDatabases

Populates a stringlist with the names of persistent EnterpriseDB databases.

GetBackendPID

Returns the process ID of the backend server handling this connection.

GetCharSets

Returns list of charsets available for client encoding.

GetStoredProcNames

Returns list of stored procedures available at the moment.

GetStoredProcParams

Returns list of stored procedure input parameters.

GetSchemaNames

Populates a string list with the names of schemas associated with a specified database component.

GetUserNames

Populates a string list with the names of users associated with a specified database component.

Open

Opens the connection.

Rollback

Cancels all updates, insertions, and deletions for the current transaction and ends the transaction.

StartTransaction

Begins a new transaction against the database server.