Uses of Interface
org.apache.jackrabbit.oak.query.Query
-
Packages that use Query Package Description org.apache.jackrabbit.oak.query -
-
Uses of Query in org.apache.jackrabbit.oak.query
Classes in org.apache.jackrabbit.oak.query that implement Query Modifier and Type Class Description classQueryImplRepresents a parsed query.classUnionQueryImplRepresents a union query.Fields in org.apache.jackrabbit.oak.query declared as Query Modifier and Type Field Description protected QueryResultImpl. queryMethods in org.apache.jackrabbit.oak.query that return Query Modifier and Type Method Description @NotNull QueryQuery. buildAlternativeQuery()Try to convert the query to an alternative form, specially a "union".QueryQueryImpl. buildAlternativeQuery()QueryUnionQueryImpl. buildAlternativeQuery()@Nullable QueryQuery. copyOf()returns a clone of the current object.QueryQueryImpl. copyOf()QueryUnionQueryImpl. copyOf()Query[]UnionQueryImpl. getChildren()QueryQueryParser. parse(String query, String language)Parses the given query string, expressed in the specified language.QuerySQL2Parser. parse(String query)asSQL2Parser.parse(String, boolean)by providingtrueto the initialisation flag.QuerySQL2Parser. parse(String query, boolean initialise)Parse the statement and return the query.
-