Function documentationcom.sap.dbtech.powertoys.Loader.release Method Locate this document in the navigation structure

 

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

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

Error Handling (Loader Java Classes)

Example

Syntax Syntax

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