public class GridSqlQueryParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GridSqlQueryParser.Getter<T,R>
Field getter.
|
static class |
GridSqlQueryParser.PreparedWithRemaining |
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_DATA_REGION
Data region name.
|
static String |
PARAM_WRAP_VALUE |
static GridSqlQueryParser.Getter<org.h2.table.TableView,org.h2.command.dml.Query> |
VIEW_QUERY |
| Constructor and Description |
|---|
GridSqlQueryParser(boolean useOptimizedSubqry) |
| Modifier and Type | Method and Description |
|---|---|
GridSqlStatement |
parse(org.h2.command.Prepared stmt) |
static org.h2.command.Prepared |
prepared(PreparedStatement stmt) |
static GridSqlQueryParser.PreparedWithRemaining |
preparedWithRemaining(PreparedStatement stmt) |
static org.h2.command.dml.Query |
query(org.h2.command.Prepared qry) |
public static final GridSqlQueryParser.Getter<org.h2.table.TableView,org.h2.command.dml.Query> VIEW_QUERY
public static final String PARAM_WRAP_VALUE
public static final String PARAM_DATA_REGION
public GridSqlQueryParser(boolean useOptimizedSubqry)
useOptimizedSubqry - If we have to find correct order for table filters in FROM clause.
Relies on uniqueness of table filter aliases.public static org.h2.command.Prepared prepared(PreparedStatement stmt)
stmt - Prepared statement.public static GridSqlQueryParser.PreparedWithRemaining preparedWithRemaining(PreparedStatement stmt)
stmt - Prepared statement.public static org.h2.command.dml.Query query(org.h2.command.Prepared qry)
qry - Prepared.public final GridSqlStatement parse(org.h2.command.Prepared stmt)
stmt - Prepared statement.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.3.0 Release Date : October 28 2017