| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query | |
| org.apache.ignite.internal.sql | |
| org.apache.ignite.internal.sql.command |
| Modifier and Type | Method and Description |
|---|---|
static IgniteSQLException |
QueryUtils.convert(SchemaOperationException e) |
| Modifier and Type | Method and Description |
|---|---|
List<JdbcParameterMeta> |
GridQueryIndexing.parameterMetaData(String schemaName,
SqlFieldsQuery sql)
Jdbc parameters metadata of the specified query.
|
List<FieldsQueryCursor<List<?>>> |
NoOpQueryEngine.query(@Nullable QueryContext ctx,
String schemaName,
String query,
Object... params) |
List<FieldsQueryCursor<List<?>>> |
QueryEngine.query(@Nullable QueryContext ctx,
String schemaName,
String qry,
Object... params) |
List<FieldsQueryCursor<List<?>>> |
NoOpQueryEngine.queryBatched(@Nullable QueryContext ctx,
String schemaName,
String query,
List<Object[]> batchedParams) |
List<FieldsQueryCursor<List<?>>> |
QueryEngine.queryBatched(@Nullable QueryContext ctx,
String schemaName,
String qry,
List<Object[]> batchedParams) |
@Nullable List<GridQueryFieldMetadata> |
GridQueryIndexing.resultMetaData(String schemaName,
SqlFieldsQuery sql)
Metadata of the result set that is returned if specified query gets executed.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
SqlCommandProcessor.ensureDdlSupported(GridCacheContextInfo<?,?> cctxInfo)
Check if cache supports DDL statement.
|
| Modifier and Type | Method and Description |
|---|---|
StatisticsObjectConfiguration |
SqlAnalyzeCommand.buildConfig(StatisticsTarget target,
Map<String,String> params)
Build statistics object configuration from command arguments.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022