Show TOC

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

Use

This method of the com.sap.dbtech.powertoys.Loader class is used for executing Loader commands and SQL statements.

Prerequisites
Features
				
public String cmd(String loader_command)
	throws
		com.sap.dbtech.rte.comm.RTEException,
		com.sap.dbtech.powertoys.LoaderException
			

Name

Description

loader_command

Loader command or SQL statement

Return value

The return code of the method contains the return code of the Loader command or SQL statement.

Class

Description

com.sap.dbtech.rte.comm.RTEException

com.sap.dbtech.powertoys.LoaderException

Error Handling (Loader Java Classes)