Interface Symbol

  • All Known Implementing Classes:
    PropertySymbol

    public interface Symbol
    A symbol in a query. Registers the name and the type of the symbol.
    • Method Detail

      • setType

        void setType​(int type)
      • getType

        int getType()
      • getQualifiedName

        java.lang.String getQualifiedName()
      • setValueType

        void setValueType​(java.lang.Class type)
      • getValueType

        java.lang.Class getValueType()