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.query.inmemory |
Package providing the evaluation of queries using an in-memory process with evaluators for JDOQL and JPQL.
|
org.datanucleus.store.query |
Package providing implementation of query language support for datastores.
|
org.datanucleus.store.query.cache |
Package providing definition of caching for queries.
|
Class and Description |
---|
AbstractParser
Abstract query parser.
|
AbstractSymbolResolver
Base symbol resolver, to be extended for particular query languages.
|
CompilationComponent
Enum defining the component of a query being compiled.
|
CompilationOptimiser
Interface to be implemented by an "optimiser" for the query compilation process.
|
JavaQueryCompiler
Typical implementation of a compiler for a java-based query language.
|
Lexer
Lexer for a Query.
|
Node
Representation of a node in a tree of nodes.
|
NodeType
Enum of node types.
|
Parser
Interface for a parser of a query.
|
QueryCompilation
Representation of the components of a compiled java "string-based" query.
|
Symbol
A symbol in a query.
|
SymbolResolver
Interface for use in the resolution of symbols during query compilation.
|
SymbolTable
Table of symbols in a query.
|
Class and Description |
---|
Node
Representation of a node in a tree of nodes.
|
Symbol
A symbol in a query.
|
SymbolTable
Table of symbols in a query.
|
Class and Description |
---|
QueryCompilation
Representation of the components of a compiled java "string-based" query.
|
Class and Description |
---|
JavaQueryCompiler
Typical implementation of a compiler for a java-based query language.
|
QueryCompilation
Representation of the components of a compiled java "string-based" query.
|
Symbol
A symbol in a query.
|
Class and Description |
---|
QueryCompilation
Representation of the components of a compiled java "string-based" query.
|
Copyright © 2019. All rights reserved.