java.lang.Object| +--com.sap.dbtech.powertoys.Repman
Repman(Properties properties) creates a new Repman. |
String | cmd(String cmdString) executes cmdString in the current lserver session. |
static Repman | dbRepman(String host,String dbname) creates a new Repman by specifying the host and the dbname |
static Repman | dbrootRepman(String host,String dbroot) create a new Repman by specifying the host and the dbroot |
void | finalize() |
void | release() closes the connection |
publicRepman(Properties properties)
publicStringcmd(String cmdString)
RepmanException
- com.sap.dbtech.rte.comm.RTEException
- publicstatic RepmandbRepman(String host,String dbname)
publicstatic RepmandbrootRepman(String host,String dbroot)
publicvoidfinalize()
publicvoidrelease()