Uses of Interface
org.datanucleus.query.compiler.Symbol
-
Packages that use Symbol Package Description org.datanucleus.query.compiler Package handling the compilation of queries.org.datanucleus.query.expression Package providing expressions from which a (generically) compiled query is made up.org.datanucleus.store.query Package providing implementation of query language support for datastores. -
-
Uses of Symbol in org.datanucleus.query.compiler
Classes in org.datanucleus.query.compiler that implement Symbol Modifier and Type Class Description classPropertySymbolSymbol representing a property/identifier in a query.Methods in org.datanucleus.query.compiler that return Symbol Modifier and Type Method Description SymbolSymbolTable. getSymbol(String name)Return the Symbol for the specified name if known.SymbolSymbolTable. getSymbolIgnoreCase(String name)Return the Symbol for the specified name if known, treating the name as case-insensitive.Methods in org.datanucleus.query.compiler with parameters of type Symbol Modifier and Type Method Description intSymbolTable. addSymbol(Symbol symbol)voidSymbolTable. removeSymbol(Symbol symbol) -
Uses of Symbol in org.datanucleus.query.expression
Fields in org.datanucleus.query.expression declared as Symbol Modifier and Type Field Description protected SymbolExpression. symbolMethods in org.datanucleus.query.expression that return Symbol Modifier and Type Method Description SymbolArrayExpression. bind(SymbolTable symtbl)Method to bind the expression to the symbol table as appropriate.SymbolCaseExpression. bind(SymbolTable symtbl)SymbolClassExpression. bind(SymbolTable symtbl)Method to bind the expression to the symbol table as appropriate.SymbolCreatorExpression. bind(SymbolTable symtbl)Method to bind the expression to the symbol table as appropriate.SymbolDyadicExpression. bind(SymbolTable symtbl)Method to bind the expression to the symbol table as appropriate.abstract SymbolExpression. bind(SymbolTable symtbl)Method to bind the expression to the symbol table as appropriate.SymbolInvokeExpression. bind(SymbolTable symtbl)Method to bind the expression to the symbol table as appropriate.SymbolJoinExpression. bind(SymbolTable symtbl)Method to bind the expression to the symbol table as appropriate.SymbolLiteral. bind(SymbolTable symtbl)Method to bind the expression to the symbol table as appropriate.SymbolOrderExpression. bind(SymbolTable symtbl)SymbolParameterExpression. bind(SymbolTable symtbl)Method to bind the expression to the symbol table as appropriate.SymbolPrimaryExpression. bind(SymbolTable symtbl)Method to bind the expression to the symbol table as appropriate.SymbolSubqueryExpression. bind(SymbolTable symtbl)SymbolTypeExpression. bind(SymbolTable symtbl)SymbolVariableExpression. bind(SymbolTable symtbl)Method to bind the expression to the symbol table as appropriate.SymbolExpression. getSymbol()Accessor for the symbol for this expression (if set). -
Uses of Symbol in org.datanucleus.store.query
Methods in org.datanucleus.store.query that return Symbol Modifier and Type Method Description protected SymbolQuery. deepFindSymbolForParameterInCompilation(QueryCompilation compilation, Object paramKey)
-