public interface StatementRunnableWithResult<V>
Connection and an optional argument. Implementations of this interface be used as
a parameter to one of the Sql2o#runInTransaction(StatementRunnableWithResult) Sql2o.runInTransaction} overloads,
to run code safely in a transaction.V run(Connection connection, Object argument) throws Throwable
ThrowableCopyright © 2021. All rights reserved.