java.lang.Object | +--com.sap.dbtech.powertoys.Loader
Loader(Properties properties) creates a new Loader. |
String | cmd(String cmdString) executes cmdString in the current lserver session. |
static Loader | dbLoader(String host, String dbname) creates a new Loader by specifying the host and the dbname |
static Loader | dbrootLoader(String host, String dbroot) create a new Loader by specifying the host and the dbroot |
void | finalize() |
void | release() closes the connection |
public Loader(Properties properties)
public String cmd(String cmdString)
LoaderException
- com.sap.dbtech.rte.comm.RTEException
- public static Loader dbLoader(String host, String dbname)
public static Loader dbrootLoader(String host, String dbroot)
public void finalize()
public void release()