Uses of Class
org.apache.ignite.internal.processors.query.SqlClientContext
-
Packages that use SqlClientContext Package Description org.apache.ignite.internal.processors.query -
-
Uses of SqlClientContext in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query with parameters of type SqlClientContext Modifier and Type Method Description List<JdbcParameterMeta>GridQueryProcessor. parameterMetaData(SqlFieldsQuery qry, @Nullable SqlClientContext cliCtx)List<FieldsQueryCursor<List<?>>>GridQueryIndexing. querySqlFields(String schemaName, SqlFieldsQuery qry, SqlClientContext cliCtx, boolean keepBinary, boolean failOnMultipleStmts, GridQueryCancel cancel)Detect whether SQL query should be executed in distributed or local manner and execute it.List<FieldsQueryCursor<List<?>>>GridQueryProcessor. querySqlFields(@Nullable GridCacheContext<?,?> cctx, SqlFieldsQuery qry, SqlClientContext cliCtx, boolean keepBinary, boolean failOnMultipleStmts)Query SQL fields.List<FieldsQueryCursor<List<?>>>GridQueryProcessor. querySqlFields(@Nullable GridCacheContext<?,?> cctx, SqlFieldsQuery qry, SqlClientContext cliCtx, boolean keepBinary, boolean failOnMultipleStmts, @Nullable GridQueryCancel cancel)Query SQL fields.List<FieldsQueryCursor<List<?>>>GridQueryProcessor. querySqlFields(@Nullable GridCacheContext<?,?> cctx, SqlFieldsQuery qry, SqlClientContext cliCtx, boolean keepBinary, boolean failOnMultipleStmts, GridCacheQueryType qryType, @Nullable GridQueryCancel cancel)Query SQL fields.List<GridQueryFieldMetadata>GridQueryProcessor. resultSetMetaData(SqlFieldsQuery qry, @Nullable SqlClientContext cliCtx)List<Long>GridQueryIndexing. streamBatchedUpdateQuery(String schemaName, String qry, List<Object[]> params, SqlClientContext cliCtx, String qryInitiatorId)Execute a batched INSERT statement using data streamer as receiver.List<Long>GridQueryProcessor. streamBatchedUpdateQuery(String schemaName, SqlClientContext cliCtx, String qry, List<Object[]> args, String qryInitiatorId)
-