Background documentationcom.sap.dbtech.powertoys.DBM.release Method Locate this document in the navigation structure

 

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.

Features

Syntax Syntax

  1. public void release()
    	throws
    		com.sap.dbtech.rte.comm.RTEException
End of the code.
Exceptions

Class

Description

com.sap.dbtech.rte.comm.RTEException

See Error Handling (DBM Java Classes)

Example

Syntax Syntax

  1. session.release();
End of the code.