类 SchemaUpdateCommand


  • @Deprecated
    public class SchemaUpdateCommand
    extends Object
    已过时。
    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.
    作者:
    Brett Meyer, Steve Ebersole
    • 构造器详细资料

      • SchemaUpdateCommand

        public SchemaUpdateCommand​(String sql,
                                   boolean quiet)
        已过时。
    • 方法详细资料

      • getSql

        public String getSql()
        已过时。
      • isQuiet

        public boolean isQuiet()
        已过时。