public interface RestSqlContext extends RestContext
request, response| 限定符和类型 | 方法和说明 |
|---|---|
TransactionHandler |
trx() |
TransactionHandler |
trx(IsolationLevel isolationLevel) |
TransactionHandler |
trx(java.lang.String name,
IsolationLevel level) |
getRequest, getResponse, jsonTransactionHandler trx() throws java.sql.SQLException
java.sql.SQLExceptionTransactionHandler trx(IsolationLevel isolationLevel) throws java.sql.SQLException
java.sql.SQLExceptionTransactionHandler trx(java.lang.String name, IsolationLevel level) throws java.sql.SQLException
java.sql.SQLException