public static final class NamedReference.FieldReference extends java.lang.Object implements NamedReference
NamedReference
that references a field or column.NamedReference.FieldReference
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String[] |
fieldName()
Returns the referenced field name as an array of String parts.
|
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
children, field, field, references
public java.lang.String[] fieldName()
NamedReference
Each string in the returned array represents a field name.
fieldName
in interface NamedReference
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object