Class RefreshMaterializedView


public class RefreshMaterializedView extends SchemaCommand
This class represents the statement REFRESH MATERIALIZED VIEW
  • Constructor Details

    • RefreshMaterializedView

      public RefreshMaterializedView(SessionLocal session, Schema schema)
  • Method Details

    • setView

      public void setView(MaterializedView view)
    • 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
    • update

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