Show TOC

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

Use

This method of the com.sap.dbtech.powertoys.Loader class is used for closing the connection to the Loader.

The system calls this method implicitly when the garbage collector deletes an object of the Loader class.

Features
				
public void release()
	throws
		com.sap.dbtech.rte.comm.RTEException
			

Class

Description

com.sap.dbtech.rte.comm.RTEException

Error Handling (Loader Java Classes)

Example
session.release();