Interface Configuration.ConfigurationInterest

  • Enclosing class:
    Configuration

    public static interface Configuration.ConfigurationInterest
    • Method Detail

      • afterConnect

        void afterConnect​(java.sql.Connection connection)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • beforeConnect

        void beforeConnect​(Configuration configuration)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createDatabase

        void createDatabase​(java.sql.Connection connection,
                            java.lang.String databaseName)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • dropDatabase

        void dropDatabase​(java.sql.Connection connection,
                          java.lang.String databaseName)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception