Interface JdbcQueries<T>


public interface JdbcQueries<T>
The JDBC queries to run inside a JdbcScope wrapper.

T is the type of the object to return. Return Void if your query/queries don't return anything.

  • Method Summary

    Modifier and Type
    Method
    Description
    run(Connection connection)