Uses of Interface
com.j_spaces.jdbc.Query
Packages that use Query
Package
Description
Provides GigaSpaces JDBC interfaces
-
Uses of Query in com.gigaspaces.internal.utils.collections
Fields in com.gigaspaces.internal.utils.collections with type parameters of type QueryModifier and TypeFieldDescriptionprotected final ConcurrentHashMap<String,SoftReference<com.gigaspaces.internal.utils.collections.ConcurrentSoftCache.DoubleRef<String, Query>>> ConcurrentSoftCache._mapDeprecated.Methods in com.gigaspaces.internal.utils.collections that return QueryModifier and TypeMethodDescriptionConcurrentBoundedCache.getQueryFromCache(String statement) ConcurrentSoftCache.getQueryFromCache(String statement) Deprecated.Methods in com.gigaspaces.internal.utils.collections with parameters of type QueryModifier and TypeMethodDescriptionvoidConcurrentBoundedCache.addQueryToCache(String statement, Query query) voidConcurrentSoftCache.addQueryToCache(String statement, Query query) Deprecated. -
Uses of Query in com.j_spaces.jdbc
Classes in com.j_spaces.jdbc that implement QueryModifier and TypeClassDescriptionclassclassThe ALTER TABLE implementation.classThis class handles the COMMIT or ROLLBACK logic.classThis class handles the CREATE TABLE logic.classThis class handles the DELETE query logic.classThe Drop table implementation.classThis class handles the INSERT query logic.classclassclassThis class handles the SELECT query logic.classMethods in com.j_spaces.jdbc that return QueryModifier and TypeMethodDescriptionabstract QueryQueryCache.getQueryFromCache(String statement) Join.getSubQuery()QueryHandler.handleStatement(RequestPacket request, ISpaceProxy space) The main method to handle the query.Methods in com.j_spaces.jdbc with parameters of type QueryModifier and TypeMethodDescriptionabstract voidQueryCache.addQueryToCache(String statement, Query query) Constructors in com.j_spaces.jdbc with parameters of type Query -
Uses of Query in com.j_spaces.jdbc.parser.grammar
Methods in com.j_spaces.jdbc.parser.grammar that return QueryModifier and TypeMethodDescriptionfinal QuerySqlParser.alterTable()final QuerySqlParser.commit()final QuerySqlParser.createTable()final QuerySqlParser.deleteSql()final QuerySqlParser.dropTable()final QuerySqlParser.insertSql()final QuerySqlParser.parseStatement()final QuerySqlParser.updateSql() -
Uses of Query in com.j_spaces.jdbc.query
Methods in com.j_spaces.jdbc.query that return QueryMethods in com.j_spaces.jdbc.query with parameters of type Query