Uses of Class
com.j_spaces.core.client.SQLQuery
Packages that use SQLQuery
Package
Description
Provides GigaSpaces DataSource implementation.
Provides GigaSpaces client interface services
Provides GigaSpaces JDBC interfaces
Support classes for Spring namespace based configuration of OpenSpaces core.
This package is responsible for simplifying the creation of IJSpace implementation.
A package allowing for simpler creation of Local Cache and Local View (expose an IJSpace) based
on an actual IJSpace instance (usually created using the core.space package).
Set of patterns that can be used to wrap different external data sources.
-
Uses of SQLQuery in com.gigaspaces.datasource
Methods in com.gigaspaces.datasource with parameters of type SQLQueryModifier and TypeMethodDescriptionDeprecated.Create an iterator over all objects that match the givenSQLQuery.Constructors in com.gigaspaces.datasource with parameters of type SQLQuery -
Uses of SQLQuery in com.gigaspaces.datasource.concurrentaccess
Methods in com.gigaspaces.datasource.concurrentaccess with parameters of type SQLQueryModifier and TypeMethodDescription -
Uses of SQLQuery in com.gigaspaces.internal.client.spaceproxy.metadata
Methods in com.gigaspaces.internal.client.spaceproxy.metadata with parameters of type SQLQueryModifier and TypeMethodDescriptionClientTypeDescRepository.getTypeDescBySQLQuery(SQLQuery<?> sqlQuery) -
Uses of SQLQuery in com.gigaspaces.internal.query
Methods in com.gigaspaces.internal.query that return SQLQueryModifier and TypeMethodDescriptionCompoundAndCustomQuery.toSQLQuery(ITypeDesc typeDesc) CompoundContainsItemsCustomQuery.toSQLQuery(ITypeDesc typeDesc) CompoundOrCustomQuery.toSQLQuery(ITypeDesc typeDesc) CustomSpaceQuery.toSQLQuery(ITypeDesc typeDesc) ICustomQuery.toSQLQuery(ITypeDesc typeDesc) PropertiesQuery.toSQLQuery(ITypeDesc typeDesc) -
Uses of SQLQuery in com.gigaspaces.internal.query.explainplan
Fields in com.gigaspaces.internal.query.explainplan declared as SQLQueryConstructors in com.gigaspaces.internal.query.explainplan with parameters of type SQLQuery -
Uses of SQLQuery in com.gigaspaces.internal.server.storage
Methods in com.gigaspaces.internal.server.storage that return SQLQueryModifier and TypeMethodDescriptionSQLQuery<?>ITemplateHolder.toSQLQuery(ITypeDesc typeDesc) SQLQuery<?>TemplateEntryData.toSQLQuery(ITypeDesc typeDesc) SQLQuery<?>TemplateHolder.toSQLQuery(ITypeDesc typeDesc) -
Uses of SQLQuery in com.gigaspaces.serialization.pbs
Methods in com.gigaspaces.serialization.pbs with parameters of type SQLQueryModifier and TypeMethodDescriptionstatic ITemplatePacketPbsEntryFormatter.getCppTemplatePacketFromSqlQuery(SQLQuery<?> sqlQuery, ISpaceProxy spaceProxy) static ITemplatePacketPbsEntryFormatter.getTemplatePacketFromSqlQuery(SQLQuery<?> sqlQuery, ISpaceProxy spaceProxy, PbsProjectionTemplate projectionTemplate, QueryResultTypeInternal resultType) -
Uses of SQLQuery in com.j_spaces.core.cache.blobStore
Methods in com.j_spaces.core.cache.blobStore that return types with arguments of type SQLQueryConstructor parameters in com.j_spaces.core.cache.blobStore with type arguments of type SQLQueryModifierConstructorDescriptionBlobStoreInternalCacheFilter(SpaceEngine spaceEngine, List<SQLQuery> sqlQueries) -
Uses of SQLQuery in com.j_spaces.core.client
Methods in com.j_spaces.core.client that return SQLQueryModifier and TypeMethodDescriptionSQLQuery.setParameter(int index, Object value) Set the query parameter value.SQLQuery.setProjections(String... properties) Sets projection properties which specifies that a result for an operation using this query should contain data for the specified projection properties.SQLQuery.withExplainPlan()SQLQuery.withExplainPlanV3(String tableName, String name, String[] projectedColumns, boolean distinct) -
Uses of SQLQuery in com.j_spaces.core.client.sql
Methods in com.j_spaces.core.client.sql with parameters of type SQLQueryModifier and TypeMethodDescriptionSqlQueryParser.parseSqlQuery(SQLQuery sqlQuery, ISpaceProxy space) The main method to handle the query.SqlQueryParser.parseSqlQuery(SQLQuery sqlQuery, SpaceTypeManager typeManager) -
Uses of SQLQuery in com.j_spaces.jdbc
Methods in com.j_spaces.jdbc with parameters of type SQLQueryModifier and TypeMethodDescriptionvoidAbstractDMLQuery.assignParameters(SQLQuery<?> sqlQuery, IDirectSpaceProxy proxy) -
Uses of SQLQuery in com.j_spaces.jdbc.builder
Methods in com.j_spaces.jdbc.builder that return SQLQueryMethods in com.j_spaces.jdbc.builder with parameters of type SQLQueryModifier and TypeMethodDescriptionQueryTemplatePacket.read(ISpaceProxy space, SQLQuery filter, Transaction txn, long timeout, int modifiers, boolean ifExists, int maxResults, int minEntriesToWaitFor) QueryTemplatePacket.readMultiple(ISpaceProxy space, SQLQuery filter, Transaction txn, int maxResults, int modifiers) Constructors in com.j_spaces.jdbc.builder with parameters of type SQLQueryModifierConstructorDescriptionSQLQueryTemplatePacket(SQLQuery<?> sqlQuery, ITypeDesc typeDesc, QueryResultTypeInternal resultType) -
Uses of SQLQuery in com.j_spaces.jdbc.builder.range
Methods in com.j_spaces.jdbc.builder.range that return SQLQueryModifier and TypeMethodDescriptionCompositeRange.toSQLQuery(ITypeDesc typeDesc) ContainsValueRange.toSQLQuery(ITypeDesc typeDesc) CriteriaRange.toSQLQuery(ITypeDesc typeDesc) EmptyRange.toSQLQuery(ITypeDesc typeDesc) EqualValueRange.toSQLQuery(ITypeDesc typeDesc) InRange.toSQLQuery(ITypeDesc typeDesc) IsNullRange.toSQLQuery(ITypeDesc typeDesc) NotEqualValueRange.toSQLQuery(ITypeDesc typeDesc) NotNullRange.toSQLQuery(ITypeDesc typeDesc) NotRegexRange.toSQLQuery(ITypeDesc typeDesc) RegexRange.toSQLQuery(ITypeDesc typeDesc) RelationRange.toSQLQuery(ITypeDesc typeDesc) SegmentRange.toSQLQuery(ITypeDesc typeDesc) TwoColumnsSegmentRange.toSQLQuery(ITypeDesc typeDesc) UidsRange.toSQLQuery(ITypeDesc typeDesc) -
Uses of SQLQuery in com.j_spaces.sadapter.datasource
Methods in com.j_spaces.sadapter.datasource that return SQLQueryModifier and TypeMethodDescriptionSQLQuery<?>DefaultSQLQueryBuilder.build(ITemplateHolder template, String typeName, ITypeDesc typeDesc) Builds the SQLQuery using given template extended match codes and values.SQLQuery<?>DefaultSQLQueryBuilder.build(IEntryPacket entry, ITypeDesc typeDesc) SQLQuery<?>SQLQueryBuilder.build(ITemplateHolder template, String typeName, ITypeDesc typeDesc) Builds anSQLQueryfrom given templateSQLQuery<?>SQLQueryBuilder.build(IEntryPacket entryPacket, ITypeDesc typeDesc) Builds anSQLQueryfrom given entry packetMethods in com.j_spaces.sadapter.datasource with parameters of type SQLQuery -
Uses of SQLQuery in org.openspaces.core.config
Methods in org.openspaces.core.config that return types with arguments of type SQLQueryModifier and TypeMethodDescriptionBlobStoreDataPolicyFactoryBean.getBlobstoreCacheQueries()BlobStoreDataPolicyConfigurer.getCacheQueries()SQLQueryFactoryBean.getObjectType()Method parameters in org.openspaces.core.config with type arguments of type SQLQueryModifier and TypeMethodDescriptionvoidBlobStoreDataPolicyFactoryBean.setBlobstoreCacheQueries(List<SQLQuery> blobstoreCacheQueries) BlobStoreDataPolicyConfigurer.setCacheQueries(List<SQLQuery> cacheQueries) -
Uses of SQLQuery in org.openspaces.core.space
Methods in org.openspaces.core.space with parameters of type SQLQuery -
Uses of SQLQuery in org.openspaces.core.space.cache
Methods in org.openspaces.core.space.cache with parameters of type SQLQueryModifier and TypeMethodDescriptionLocalViewSpaceConfigurer.addViewQuery(SQLQuery query) Adds a query to the view's criteria. -
Uses of SQLQuery in org.openspaces.persistency.patterns
Methods in org.openspaces.persistency.patterns with parameters of type SQLQueryModifier and TypeMethodDescriptionDeprecated.Deprecated.