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 |
publicDBM(Properties properties)
publicStringcmd(String cmdString)
DBMException
- com.sap.dbtech.rte.comm.RTEException
- publicstatic DBMdbDBM(String host,String dbname)
publicstatic DBMdbrootDBM(String host,String dbroot)
publicvoidfinalize()
publicvoidrelease()