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, E extends Throwable>
TSQLRunner.autoTransaction(cool.scx.common.functional.ScxCallable<T, E> handler) 自动处理事务并在产生异常时进行自动回滚 注意 其中的操作会在另一个线程中执行 所以需要注意线程的操作<E extends Throwable>
voidSQLRunner.autoTransaction(cool.scx.common.functional.ScxRunnable<E> handler) 自动处理事务并在产生异常时进行自动回滚 注意 其中的操作会在另一个线程中执行 所以需要注意线程的操作longexecute (自动管理连接)<T> TSQLRunner.query(SQL sql, ResultHandler<T> resultHandler) query (自动管理连接)update (自动管理连接)SQLRunner.updateBatch(SQL sql) updateBatch (自动管理连接)