Class SqlAlterTableDrop.SqlAlterTableDropPrimaryKey

    • Constructor Detail

      • SqlAlterTableDropPrimaryKey

        public SqlAlterTableDropPrimaryKey​(org.apache.calcite.sql.parser.SqlParserPos pos,
                                           org.apache.calcite.sql.SqlIdentifier tableName,
                                           boolean ifTableExists)
    • Method Detail

      • unparseDropOperation

        protected void unparseDropOperation​(org.apache.calcite.sql.SqlWriter writer,
                                            int leftPrec,
                                            int rightPrec)
        Specified by:
        unparseDropOperation in class SqlAlterTableDrop