@Deprecated public class TypedColumnReference extends ColumnReference
| Constructor and Description |
|---|
TypedColumnReference(TableId tableId,
ColumnLocalId columnId,
DataType dataType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
DataType |
getDataType()
Deprecated.
|
DataType |
getReturnedDataType()
Deprecated.
Validates the returned data type of the Expression.
|
int |
hashCode()
Deprecated.
|
void |
setDataType(DataType dataType)
Deprecated.
|
String |
toString()
Deprecated.
|
void |
validate()
Deprecated.
Validates correctness of the Expression
|
getColumnId, getTableId, getType, setColumnId, setTableId, setTypegetLeavesByTypeclone, getAppliableOperators, getExpressionsByCategorypublic TypedColumnReference(TableId tableId, ColumnLocalId columnId, DataType dataType)
public DataType getDataType()
public void setDataType(DataType dataType)
dataType - the dataType to setpublic int hashCode()
hashCode in class ColumnReferencepublic boolean equals(Object obj)
equals in class ColumnReferencepublic String toString()
toString in class ColumnReferencepublic DataType getReturnedDataType()
ExpressiongetReturnedDataType in class ColumnReferencepublic void validate()
throws MalformedExpressionException
Expressionvalidate in class ColumnReferenceMalformedExpressionExceptionCopyright © 2015. All Rights Reserved.