Class SchemaUpdateCommand


  • @Deprecated
    public class SchemaUpdateCommand
    extends Object
    Deprecated.
    Everything in this package has been replaced with SchemaManagementTool and friends.
    Pairs a SchemaUpdate SQL script with the boolean 'quiet'. If true, it allows the script to be run, ignoring all exceptions.
    • Constructor Detail

      • SchemaUpdateCommand

        public SchemaUpdateCommand​(String sql,
                                   boolean quiet)
        Deprecated.
    • Method Detail

      • getSql

        public String getSql()
        Deprecated.
      • isQuiet

        public boolean isQuiet()
        Deprecated.