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.