Class Reference
java.lang.Object
org.nuxeo.ecm.core.query.sql.model.Reference
- All Implemented Interfaces:
Serializable
,ASTNode
,Operand
- Direct Known Subclasses:
PathReference
A named reference to a variable (this can be a field or table).
Can also include a cast.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
originalName
-
cast
-
esHint
-
info
Arbitrary info associated to the reference.
-
-
Constructor Details
-
Reference
-
Reference
- Since:
- 5.6
-
Reference
- Since:
- 9.10
-
Reference
- Since:
- 5.6
-
Reference
- Since:
- 7.3
-
-
Method Details
-
accept
Description copied from interface:ASTNode
Accept the given visitor. -
setInfo
-
getInfo
-
toString
-
equals
-
hashCode
public int hashCode() -
isPathReference
public boolean isPathReference()
-