public class ColumnReferencePlaceholder extends LeafExpression
| Constructor and Description |
|---|
ColumnReferencePlaceholder(DataType datatype,
String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DataType |
getDatatype() |
String |
getId() |
DataType |
getReturnedDataType()
Validates the returned data type of the Expression.
|
int |
hashCode() |
void |
setDatatype(DataType datatype) |
void |
setId(String id)
Use of set
|
String |
toString() |
void |
validate()
Validates correctness of the Expression
|
clone, getAppliableOperatorspublic DataType getDatatype()
public void setDatatype(DataType datatype)
datatype - the datatype to setpublic String getId()
public void setId(String id)
id - the id to setpublic DataType getReturnedDataType() throws MalformedExpressionException
ExpressiongetReturnedDataType in class ExpressionMalformedExpressionExceptionpublic void validate()
throws MalformedExpressionException
Expressionvalidate in class ExpressionMalformedExpressionExceptionCopyright © 2014. All Rights Reserved.