public interface ISqlDatabase
Modifier and Type | Method and Description |
---|---|
ISqlConnection |
acquireConnection()
This method retrieves a connection that can be used by the plug-in to do SQL queries.
|
boolean |
query(ISqlTx tx)
Executes an
SQL transaction |
ISqlConnection acquireConnection() throws java.lang.Exception
ISqlConnection.release()
.java.lang.Exception
boolean query(ISqlTx tx) throws java.lang.Exception
SQL transaction
tx
- The ISqlTx
to be executedjava.lang.Exception