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 |
public Repman(Properties properties)
public String cmd(String cmdString)
RepmanException
- com.sap.dbtech.rte.comm.RTEException
- public static Repman dbRepman(String host, String dbname)
public static Repman dbrootRepman(String host, String dbroot)
public void finalize()
public void release()