Class SqlDropViewCommand

    • Constructor Detail

      • SqlDropViewCommand

        public SqlDropViewCommand()
        Default constructor.
      • SqlDropViewCommand

        public SqlDropViewCommand​(String schemaName,
                                  String viewName,
                                  boolean ifExists)
        Parameters:
        schemaName - Schema name.
        viewName - VIew name.
        ifExists - If exists clause.
    • Method Detail

      • schemaName

        public void schemaName​(String schemaName)
        Specified by:
        schemaName in interface SqlCommand
        Parameters:
        schemaName - Schema name.
      • viewName

        public String viewName()
        Returns:
        Index name.
      • ifExists

        public boolean ifExists()
        Returns:
        IF EXISTS flag.