Class UpdateSchemaVersion

    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateSchemaVersion​(java.lang.String schemaName, int version)
      Public constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getInsertSQL​(java.lang.String schemaName)
      Get the statement string for inserting a record into WHOLE_SCHEMA_VERSION
      void run​(IDatabaseTranslator translator, java.sql.Connection c)
      Execute the statement using the connection.
      • Methods inherited from class java.lang.Object

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

      • UpdateSchemaVersion

        public UpdateSchemaVersion​(java.lang.String schemaName,
                                   int version)
        Public constructor
        Parameters:
        schemaName -
        version -
    • Method Detail

      • getInsertSQL

        protected java.lang.String getInsertSQL​(java.lang.String schemaName)
        Get the statement string for inserting a record into WHOLE_SCHEMA_VERSION
        Returns:
        the SQL insert statement