Uses of Class
com.j_spaces.jdbc.SelectQuery
Packages that use SelectQuery
Package
Description
Provides GigaSpaces JDBC interfaces
-
Uses of SelectQuery in com.j_spaces.jdbc
Methods in com.j_spaces.jdbc that return SelectQueryMethods in com.j_spaces.jdbc with parameters of type SelectQueryModifier and TypeMethodDescriptionstatic AggregationSetAggregationsUtil.createAggregationSet(SelectQuery query, int entriesLimit) Create the aggregation set for the query -
Uses of SelectQuery in com.j_spaces.jdbc.parser
Fields in com.j_spaces.jdbc.parser declared as SelectQueryMethods in com.j_spaces.jdbc.parser that return SelectQueryConstructors in com.j_spaces.jdbc.parser with parameters of type SelectQuery -
Uses of SelectQuery in com.j_spaces.jdbc.parser.grammar
Methods in com.j_spaces.jdbc.parser.grammar that return SelectQueryModifier and TypeMethodDescriptionfinal SelectQuerySqlParser.countSqlQuery()final SelectQuerySqlParser.selectSql()final SelectQuerySqlParser.selectSqlQuery()Methods in com.j_spaces.jdbc.parser.grammar with parameters of type SelectQueryModifier and TypeMethodDescriptionfinal voidSqlParser.function(SelectQuery query) final voidSqlParser.groupBy(SelectQuery query) final voidSqlParser.joins(SelectQuery query) final voidSqlParser.orderBy(SelectQuery query) final voidSqlParser.selectColumn(SelectQuery query) final voidSqlParser.selectColumnList(SelectQuery query) final voidSqlParser.selectTableList(SelectQuery query) final voidSqlParser.setQuantifier(SelectQuery query)