Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
local interface |
A connection to a database (database environment with Berkeley DB). If you want to use a connection concurrently in multiple threads, you need to serialize access to this connection.
Create a new transaction.
Closes this connection.
Returns the transaction associated with this connection.
Returns the communicator associated with this connection
The name of the connected system (e.g.
|
Create a new transaction. Only one transaction at a time can be associated with a connection.
The new transaction
TransactionAlreadyInProgressException if a transaction is already associated with this connection.
|
Returns the transaction associated with this connection.
The current transaction if there is one, null otherwise.
|
Returns the communicator associated with this connection
<<< Previous | Home | Next >>> |
Freeze::CatalogData | Up | Freeze::DatabaseException |