Interface JdbcConnectionContext.ConnectionConsumer

  • Enclosing class:
    JdbcConnectionContext

    public static interface JdbcConnectionContext.ConnectionConsumer
    • Method Detail

      • consume

        void consume​(java.sql.Connection c)
              throws java.lang.Exception
        Throws:
        java.lang.Exception