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