| Package | Description |
|---|---|
| com.rmz.db |
| Modifier and Type | Method and Description |
|---|---|
DB |
DB.close()
Close Connection
|
DB |
DB.disableDbmsOutput()
Disable DBMS_OUTPUT
|
DB |
DB.enableDbmsOutput()
Enabled DBMS_OUTPUT
|
DB |
DB.enableDbmsOutput(int size)
Enabled DBMS_OUTPUT
|
DB |
DB.logData()
Get log data in rows
|
DB |
DB.logData(int rows)
Get log data in rows
|
DB |
DB.query(String sql)
Execute the query
|
DB |
DB.query(String sql,
HashMap<String,String> params)
Execute the query with parameters
|
DB |
DB.queryFile(String filename,
HashMap<String,String> params)
Read SQL file and execute the query
|
Copyright © 2018. All rights reserved.