This method of the com.sap.dbtech.powertoys.DBM class is used for ending the connection between the Database Manager program and the database.
The JDBC driver calls this method implicitly when the garbage collector deletes an object of the DBM class.
Syntax
public void release() throws com.sap.dbtech.rte.comm.RTEException
Class |
Description |
---|---|
com.sap.dbtech.rte.comm.RTEException |
Syntax
session.release();