| Constructor and Description | 
|---|
| AbstractQueryImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | init(SessionContext sessionContext,
    QueryHandler handler,
    String statement,
    String language,
    Node node)Initialises a query instance from a query string. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbindValue, execute, getBindVariableNames, getLanguage, getStatement, getStoredQueryPath, setLimit, setOffset, storeAsNodepublic abstract void init(SessionContext sessionContext, QueryHandler handler, String statement, String language, Node node) throws InvalidQueryException
sessionContext - component context of the current sessionhandler - the query handler of the search index.statement - the query statement.language - the syntax of the query statement.node - a nt:query node where the query was read from or
                  null if it is not a stored query.InvalidQueryException - if the query statement is invalid according
                               to the specified language.Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.