public class ColumnDefinition extends DataTypeExpr
Constructor and Description |
---|
ColumnDefinition(String columnName,
DataTypeExpr dataType) |
ColumnDefinition(String columnName,
String dataType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsTo(Expr expr)
This method only compares this Expr contents with those of another Expr.
|
String |
getColumnName() |
int |
hashCode() |
getLengthOrPrecision, getScale, getTypeName, hasLengthOrPrecision, hasScale, setLengthOrPrecision, setScale
public ColumnDefinition(String columnName, DataTypeExpr dataType)
public String getColumnName()
public int hashCode()
hashCode
in class DataTypeExpr
public boolean equalsTo(Expr expr)
Expr
expr
- The Expr instance to be compared.Copyright © 2014 Apache Software Foundation. All Rights Reserved.