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 |
publicLoader(Properties properties)
publicStringcmd(String cmdString)
LoaderException
- com.sap.dbtech.rte.comm.RTEException
- publicstatic LoaderdbLoader(String host,String dbname)
publicstatic LoaderdbrootLoader(String host,String dbroot)
publicvoidfinalize()
publicvoidrelease()