Interface IPostConnectionProcedure

  • All Superinterfaces:
    IApplicable<java.sql.Connection>

    public interface IPostConnectionProcedure
    extends IApplicable<java.sql.Connection>
    • Method Detail

      • execute

        void execute​(java.sql.Connection connection)
              throws java.sql.SQLException
        Throws:
        java.sql.SQLException