Class DDLConstantAction.SettableBoolean

java.lang.Object
org.apache.derby.impl.sql.execute.DDLConstantAction.SettableBoolean
Enclosing class:
DDLConstantAction

private static class DDLConstantAction.SettableBoolean extends Object
Mutable Boolean wrapper, initially false
  • Field Details

    • value

      boolean value
  • Constructor Details

    • SettableBoolean

      SettableBoolean()
  • Method Details

    • set

      void set(boolean b)
    • get

      boolean get()