Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » Connection interface

 

release method

Releases the connection.

Syntax
void Connection.release() throws ULjException
Remarks

Once a connection has been released, it can no longer be used to access the database.

It is an error to attempt to release a connection for which there exist uncommitted transactions.