Class SchemaUpdateCommand


  • @Deprecated
    public class SchemaUpdateCommand
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      SchemaUpdateCommand​(java.lang.String sql, boolean quiet)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getSql()
      Deprecated.
       
      boolean isQuiet()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • SchemaUpdateCommand

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

      • getSql

        public java.lang.String getSql()
        Deprecated.
      • isQuiet

        public boolean isQuiet()
        Deprecated.