Class DropMaterializedView


  • public class DropMaterializedView
    extends SchemaCommand
    This class represents the statement DROP MATERIALIZED VIEW
    • Constructor Detail

      • DropMaterializedView

        public DropMaterializedView​(SessionLocal session,
                                    Schema schema)
    • Method Detail

      • setIfExists

        public void setIfExists​(boolean b)
      • setViewName

        public void setViewName​(java.lang.String viewName)
      • 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