Uses of Class
cool.scx.jdbc.sql.SQLRunnerException
Packages that use SQLRunnerException
-
Uses of SQLRunnerException in cool.scx.jdbc.sql
Methods in cool.scx.jdbc.sql that throw SQLRunnerExceptionModifier and TypeMethodDescription<T, X extends Throwable>
TSQLRunner.autoContext(cool.scx.function.CallableX<T, X> handler) 更改上下文<X extends Throwable>
voidSQLRunner.autoContext(cool.scx.function.RunnableX<X> handler) <T, X extends Throwable>
TSQLRunner.autoTransaction(cool.scx.function.CallableX<T, X> handler) 自动处理事务并在产生异常时进行自动回滚<X extends Throwable>
voidSQLRunner.autoTransaction(cool.scx.function.RunnableX<X> handler) 自动处理事务并在产生异常时进行自动回滚longexecute (自动管理连接)<T, X extends Throwable>
TSQLRunner.query(SQL sql, ResultHandler<T, X> resultHandler) query (自动管理连接)update (自动管理连接)SQLRunner.updateBatch(SQL sql) updateBatch (自动管理连接)<X extends Throwable>
voidSQLRunner.withTransaction(cool.scx.function.ConsumerX<Connection, X> handler) <T, X extends Throwable>
TSQLRunner.withTransaction(cool.scx.function.FunctionX<Connection, T, X> handler) 需要用户手动提交事务