This method of the com.sap.dbtech.powertoys.Loader class is used for executing Loader commands and SQL statements.
You have connected the Loader to the database.
More information: com.sap.dbtech.powertoys.Loader.dbLoader Method .
There are additional prerequisites for some Loader commands and SQL commands. You can find more information under Loader, Loader Commands and SQL Statements.
Syntax
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 |
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 |