Uses of Interface
org.sql2o.StatementRunnable
Packages that use StatementRunnable
-
Uses of StatementRunnable in org.sql2o
Methods in org.sql2o with parameters of type StatementRunnableModifier and TypeMethodDescriptionvoidSql2o.runInTransaction(StatementRunnable runnable) Calls therun(Connection, Object)method on theStatementRunnableparameter.voidSql2o.runInTransaction(StatementRunnable runnable, Object argument) Calls therun(Connection, Object)method on theStatementRunnableparameter.voidSql2o.runInTransaction(StatementRunnable runnable, Object argument, int isolationLevel) Calls therun(Connection, Object)method on theStatementRunnableparameter.voidSql2o.withConnection(StatementRunnable runnable) Invokes the run method on theStatementRunnableWithResultinstance.voidSql2o.withConnection(StatementRunnable runnable, Object argument) Invokes the run method on theStatementRunnableWithResultinstance.