Uses of Class
org.apache.ignite.cache.query.SqlFieldsQuery
-
Packages that use SqlFieldsQuery Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.cache.query Contains APIs for creating and executing cache queries.org.apache.ignite.client Contains Ignite Thin Client API classes.org.apache.ignite.internal.client.thin org.apache.ignite.internal.jdbc2 org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.query org.apache.ignite.internal.processors.query -
-
Uses of SqlFieldsQuery in org.apache.ignite
Methods in org.apache.ignite with parameters of type SqlFieldsQuery Modifier and Type Method Description FieldsQueryCursor<List<?>>IgniteCache. query(SqlFieldsQuery qry)Queries cache. -
Uses of SqlFieldsQuery in org.apache.ignite.cache.query
Methods in org.apache.ignite.cache.query that return SqlFieldsQuery Modifier and Type Method Description SqlFieldsQuerySqlFieldsQuery. copy()SqlFieldsQuerySqlFieldsQuery. setArgs(Object... args)Sets SQL arguments.SqlFieldsQuerySqlFieldsQuery. setCollocated(boolean collocated)Sets flag defining if this query is collocated.SqlFieldsQuerySqlFieldsQuery. setDistributedJoins(boolean distributedJoins)Specify if distributed joins are enabled for this query.SqlFieldsQuerySqlFieldsQuery. setEnforceJoinOrder(boolean enforceJoinOrder)Sets flag to enforce join order of tables in the query.SqlFieldsQuerySqlFieldsQuery. setLazy(boolean lazy)Deprecated.UsesetPageSize(int)instead.SqlFieldsQuerySqlFieldsQuery. setLocal(boolean loc)Sets whether this query should be executed on local node only.SqlFieldsQuerySqlFieldsQuery. setPageSize(int pageSize)Sets optional page size, if0, then default is used.SqlFieldsQuerySqlFieldsQuery. setPartitions(@org.jetbrains.annotations.Nullable int... parts)Sets partitions for a query.SqlFieldsQuerySqlFieldsQuery. setQueryInitiatorId(String qryInitiatorId)SqlFieldsQuerySqlFieldsQuery. setReplicatedOnly(boolean replicatedOnly)Deprecated.No longer used as of Apache Ignite 2.8.SqlFieldsQuerySqlFieldsQuery. setSchema(@Nullable String schema)Set schema for the query.SqlFieldsQuerySqlFieldsQuery. setSql(String sql)Sets SQL clause.SqlFieldsQuerySqlFieldsQuery. setTimeout(int timeout, TimeUnit timeUnit)Sets the query execution timeout.SqlFieldsQuerySqlFieldsQuery. setUpdateBatchSize(int updateBatchSize)Sets update internal bach size.Constructors in org.apache.ignite.cache.query with parameters of type SqlFieldsQuery Constructor Description SqlFieldsQuery(SqlFieldsQuery qry)Copy constructs SQL fields query. -
Uses of SqlFieldsQuery in org.apache.ignite.client
Methods in org.apache.ignite.client with parameters of type SqlFieldsQuery Modifier and Type Method Description FieldsQueryCursor<List<?>>ClientCache. query(SqlFieldsQuery qry)Convenience method to executeSqlFieldsQuery.FieldsQueryCursor<List<?>>IgniteClient. query(SqlFieldsQuery qry)Execute SQL query and get cursor to iterate over results. -
Uses of SqlFieldsQuery in org.apache.ignite.internal.client.thin
Methods in org.apache.ignite.internal.client.thin with parameters of type SqlFieldsQuery Modifier and Type Method Description FieldsQueryCursor<List<?>>TcpClientCache. query(SqlFieldsQuery qry)Convenience method to executeSqlFieldsQuery.FieldsQueryCursor<List<?>>TcpIgniteClient. query(SqlFieldsQuery qry)Execute SQL query and get cursor to iterate over results. -
Uses of SqlFieldsQuery in org.apache.ignite.internal.jdbc2
Methods in org.apache.ignite.internal.jdbc2 with parameters of type SqlFieldsQuery Modifier and Type Method Description protected voidJdbcStatement. setupQuery(SqlFieldsQuery qry)Sets parameters to query object. -
Uses of SqlFieldsQuery in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type SqlFieldsQuery Modifier and Type Method Description FieldsQueryCursor<List<?>>GatewayProtectedCacheProxy. query(SqlFieldsQuery qry)Queries cache.FieldsQueryCursor<List<?>>IgniteCacheProxyImpl. query(SqlFieldsQuery qry)Queries cache.List<FieldsQueryCursor<List<?>>>GatewayProtectedCacheProxy. queryMultipleStatements(SqlFieldsQuery qry)Queries cache with multiple statements.List<FieldsQueryCursor<List<?>>>IgniteCacheProxy. queryMultipleStatements(SqlFieldsQuery qry)Queries cache with multiple statements.List<FieldsQueryCursor<List<?>>>IgniteCacheProxyImpl. queryMultipleStatements(SqlFieldsQuery qry)Queries cache with multiple statements. -
Uses of SqlFieldsQuery in org.apache.ignite.internal.processors.cache.query
Subclasses of SqlFieldsQuery in org.apache.ignite.internal.processors.cache.query Modifier and Type Class Description classSqlFieldsQueryExSqlFieldsQuerywith experimental and internal features.Methods in org.apache.ignite.internal.processors.cache.query that return SqlFieldsQuery Modifier and Type Method Description SqlFieldsQuerySqlFieldsQueryEx. copy()SqlFieldsQuerySqlFieldsQueryEx. setSkipReducerOnUpdate(boolean skipReducerOnUpdate)Sets server side update flag. -
Uses of SqlFieldsQuery in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query that return SqlFieldsQuery Modifier and Type Method Description SqlFieldsQueryGridQueryIndexing. generateFieldsQuery(String cacheName, SqlQuery qry)Generate SqlFieldsQuery from SqlQuery.static SqlFieldsQueryQueryUtils. withQueryTimeout(SqlFieldsQuery qry, int timeout, TimeUnit timeUnit)Methods in org.apache.ignite.internal.processors.query with parameters of type SqlFieldsQuery Modifier and Type Method Description booleanGridQueryIndexing. isStreamableInsertStatement(String schemaName, SqlFieldsQuery sql)Whether passed sql statement is single insert statement eligible for streaming.List<JdbcParameterMeta>GridQueryIndexing. parameterMetaData(String schemaName, SqlFieldsQuery sql)Jdbc parameters metadata of the specified query.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.FieldsQueryCursor<List<?>>GridQueryProcessor. querySqlFields(SqlFieldsQuery qry, boolean keepBinary)Query SQL fields.List<FieldsQueryCursor<List<?>>>GridQueryProcessor. querySqlFields(SqlFieldsQuery qry, boolean keepBinary, boolean failOnMultipleStmts)Query SQL fields.@Nullable List<GridQueryFieldMetadata>GridQueryIndexing. resultMetaData(String schemaName, SqlFieldsQuery sql)Metadata of the result set that is returned if specified query gets executed.List<GridQueryFieldMetadata>GridQueryProcessor. resultSetMetaData(SqlFieldsQuery qry, @Nullable SqlClientContext cliCtx)static SqlFieldsQueryQueryUtils. withQueryTimeout(SqlFieldsQuery qry, int timeout, TimeUnit timeUnit)
-