Class AlterView


public class AlterView extends DefineCommand
This class represents the statement ALTER VIEW
  • Field Details

    • ifExists

      private boolean ifExists
    • view

      private TableView view
  • Constructor Details

  • Method Details

    • setIfExists

      public void setIfExists(boolean b)
    • setView

      public void setView(TableView view)
    • update

      public long update()
      Description copied from class: Prepared
      Execute the statement.
      Overrides:
      update in class Prepared
      Returns:
      the update count
    • getType

      public int getType()
      Description copied from class: Prepared
      Get the command type as defined in CommandInterface
      Specified by:
      getType in class Prepared
      Returns:
      the statement type