Interface JdbcConnectionContext.ConnectionFunction<R>

  • Enclosing class:
    JdbcConnectionContext

    public static interface JdbcConnectionContext.ConnectionFunction<R>
    • Method Detail

      • apply

        R apply​(java.sql.Connection c)
         throws java.lang.Exception
        Throws:
        java.lang.Exception