public class QueryParser extends Object
| Constructor and Description |
|---|
QueryParser(IgniteH2Indexing idx,
ConnectionManager connMgr)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache()
Clear cached plans.
|
QueryParserResult |
parse(String schemaName,
SqlFieldsQuery qry,
boolean remainingAllowed)
Parse the query.
|
QueryParameters |
queryParameters(SqlFieldsQuery qry)
Create parameters from query.
|
public QueryParser(IgniteH2Indexing idx, ConnectionManager connMgr)
idx - Indexing instance.connMgr - Connection manager.public QueryParserResult parse(String schemaName, SqlFieldsQuery qry, boolean remainingAllowed)
schemaName - schema name.qry - query to parse.remainingAllowed - Whether multiple statements are allowed.public QueryParameters queryParameters(SqlFieldsQuery qry)
qry - Query.public void clearCache()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025