Class SqlAlterCatalogOptions

  • All Implemented Interfaces:
    Cloneable

    public class SqlAlterCatalogOptions
    extends SqlAlterCatalog
    ALTER CATALOG catalog_name SET (key1=val1, ...).
    • Field Summary

      • Fields inherited from class org.apache.calcite.sql.SqlNode

        EMPTY_ARRAY, pos
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlAlterCatalogOptions​(org.apache.calcite.sql.parser.SqlParserPos position, org.apache.calcite.sql.SqlIdentifier catalogName, org.apache.calcite.sql.SqlNodeList propertyList)  
    • Constructor Detail

      • SqlAlterCatalogOptions

        public SqlAlterCatalogOptions​(org.apache.calcite.sql.parser.SqlParserPos position,
                                      org.apache.calcite.sql.SqlIdentifier catalogName,
                                      org.apache.calcite.sql.SqlNodeList propertyList)
    • Method Detail

      • getPropertyList

        public org.apache.calcite.sql.SqlNodeList getPropertyList()
      • unparse

        public void unparse​(org.apache.calcite.sql.SqlWriter writer,
                            int leftPrec,
                            int rightPrec)
        Overrides:
        unparse in class SqlAlterCatalog