public static final class NamedReference.FieldReference extends java.lang.Object implements NamedReference
NamedReference that references a field or column.NamedReference.FieldReferenceEMPTY_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, waitchildren, field, field, referencespublic java.lang.String[] fieldName()
NamedReferenceEach string in the returned array represents a field name.
fieldName in interface NamedReferencepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object