Class PropertySymbol

java.lang.Object
org.datanucleus.store.query.compiler.PropertySymbol
All Implemented Interfaces:
Serializable, Symbol

public class PropertySymbol extends Object implements Symbol, Serializable
Symbol representing a property/identifier in a query. This can be an identifier, or a parameter for example.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • type

      int type
      Type of symbol. Variable, parameter, etc.
    • qualifiedName

      final String qualifiedName
      Qualified name of the symbol.
    • valueType

      Class valueType
      Type of the value. Useful where we don't know the value yet, but know the type.
  • Constructor Details

    • PropertySymbol

      public PropertySymbol(String qualifiedName)
    • PropertySymbol

      public PropertySymbol(String qualifiedName, Class type)
  • Method Details