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

 

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

Prerequisites

Features

Syntax Syntax

  1. public String cmd(String loader_command)
    	throws
    		com.sap.dbtech.rte.comm.RTEException,
    		com.sap.dbtech.powertoys.LoaderException
End of the code.
com.sap.dbtech.powertoys.Loader.cmd Method: Parameters

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.

Exceptions

Class

Description

com.sap.dbtech.rte.comm.RTEException

com.sap.dbtech.powertoys.LoaderException

Error Handling (Loader Java Classes)