local interface Connection |
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.
Transaction beginTransaction(); |
Create a new transaction. Only one transaction at a time can be associated with a connection.
Transaction currentTransaction(); |
Returns the transaction associated with this connection.
::Ice::Communicator getCommunicator(); |
Returns the communicator associated with this connection
<<< Previous | Home | Next >>> |
Freeze | Up | Freeze::DatabaseException |