public class DropColumnStatement extends AlterTableStatement
Modifier | Constructor and Description |
---|---|
protected |
DropColumnStatement(NamedTableNode table,
PTableType tableType,
List<ColumnName> columnRefs,
boolean ifExists) |
Modifier and Type | Method and Description |
---|---|
List<ColumnName> |
getColumnRefs() |
boolean |
ifExists() |
getTableType
getBindCount, getTable
getOperation
protected DropColumnStatement(NamedTableNode table, PTableType tableType, List<ColumnName> columnRefs, boolean ifExists)
public List<ColumnName> getColumnRefs()
public boolean ifExists()
Copyright © 2019 Apache Software Foundation. All Rights Reserved.