Class V1_0__CreateStructure

  • All Implemented Interfaces:
    com.googlecode.flyway.core.api.migration.jdbc.JdbcMigration

    public class V1_0__CreateStructure
    extends java.lang.Object
    implements com.googlecode.flyway.core.api.migration.jdbc.JdbcMigration
    Since:
    22.04.14 13:47
    Author:
    VKoulakov
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void migrate​(java.sql.Connection connection)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • V1_0__CreateStructure

        public V1_0__CreateStructure()
    • Method Detail

      • migrate

        public void migrate​(java.sql.Connection connection)
                     throws java.lang.Exception
        Specified by:
        migrate in interface com.googlecode.flyway.core.api.migration.jdbc.JdbcMigration
        Throws:
        java.lang.Exception