Uses of Interface
org.sql2o.StatementRunnable
-
Uses of StatementRunnable in org.sql2o
Modifier and TypeMethodDescriptionvoid
Sql2o.runInTransaction
(StatementRunnable runnable) Calls therun(Connection, Object)
method on theStatementRunnable
parameter.void
Sql2o.runInTransaction
(StatementRunnable runnable, Object argument) Calls therun(Connection, Object)
method on theStatementRunnable
parameter.void
Sql2o.runInTransaction
(StatementRunnable runnable, Object argument, int isolationLevel) Calls therun(Connection, Object)
method on theStatementRunnable
parameter.void
Sql2o.withConnection
(StatementRunnable runnable) Invokes the run method on theStatementRunnableWithResult
instance.void
Sql2o.withConnection
(StatementRunnable runnable, Object argument) Invokes the run method on theStatementRunnableWithResult
instance.