@Evolving public final class Column extends Object implements Expression
Constructor and Description |
---|
Column(String name)
Create a column expression for referring to a column.
|
Column(String[] names)
Create a column expression to refer to a nested column.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
java.util.List<Expression> |
getChildren() |
String[] |
getNames() |
int |
hashCode() |
String |
toString() |
public Column(String name)
public Column(String[] names)
public String[] getNames()
public java.util.List<Expression> getChildren()
getChildren
in interface Expression
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object