Show TOC

com.sap.dbtech.powertoys.DBM.release MethodLocate this document in the navigation structure

Use

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
public void release() throws com.sap.dbtech.rte.comm.RTEException
			

Class

Description

com.sap.dbtech.rte.comm.RTEException

See Error Handling (DBM Java Classes)

Example
				session.release();