Uses of Class
com.j_spaces.jdbc.SelectColumn
Packages that use SelectColumn
Package
Description
Provides GigaSpaces JDBC interfaces
-
Uses of SelectColumn in com.j_spaces.jdbc
Subclasses of SelectColumn in com.j_spaces.jdbcModifier and TypeClassDescriptionclassclassCreated by anna on 11/26/14.classRepresents an SQL UPDATE query column.Methods in com.j_spaces.jdbc that return SelectColumnMethods in com.j_spaces.jdbc that return types with arguments of type SelectColumnModifier and TypeMethodDescriptionSelectQuery.getGroupColumn()AbstractDMLQuery.getQueryColumns()Returns the list of columns in this query as Strings.Methods in com.j_spaces.jdbc with parameters of type SelectColumnModifier and TypeMethodDescriptionvoidSelectQuery.addColumn(SelectColumn column) Add a column to the list of columns.Method parameters in com.j_spaces.jdbc with type arguments of type SelectColumnModifier and TypeMethodDescriptionvoidJoinedEntry.createProjection(List<SelectColumn> columns) Create columns projection from the joined entriesvoidSelectQuery.setGroupColumn(ArrayList<SelectColumn> groupColumnList) Sets the order column. -
Uses of SelectColumn in com.j_spaces.jdbc.executor
Methods in com.j_spaces.jdbc.executor with parameters of type SelectColumnModifier and TypeMethodDescriptionAbstractQueryExecutor.avg(SelectColumn funcColumn, IQueryResultSet<IEntryPacket> entries) Calculate the average value of the given column for all entries .AbstractQueryExecutor.minMax(SelectColumn funcColumn, IQueryResultSet<IEntryPacket> entries, boolean isMax) Finds the minimum/maximum value of given columnAbstractQueryExecutor.sum(SelectColumn funcColumn, IQueryResultSet<IEntryPacket> entries) Calculate the sum value of the given column for all entriesMethod parameters in com.j_spaces.jdbc.executor with type arguments of type SelectColumnModifier and TypeMethodDescriptionAbstractQueryExecutor.getGroupByComparator(IQueryResultSet<IEntryPacket> queryResult, List<SelectColumn> groupColumns) JoinedQueryExecutor.getGroupByComparator(List<SelectColumn> groupColumns) AbstractQueryExecutor.groupBy(IQueryResultSet<IEntryPacket> entries, List<SelectColumn> groupColumns) Group the results according to the group by clauseIQueryExecutor.groupBy(IQueryResultSet<IEntryPacket> entries, List<SelectColumn> groupColumns) Group the results according to the group by clause -
Uses of SelectColumn in com.j_spaces.jdbc.parser.grammar
Methods in com.j_spaces.jdbc.parser.grammar that return SelectColumnModifier and TypeMethodDescriptionfinal SelectColumnSqlParser.getSelectColumn(AbstractDMLQuery query) final SelectColumnSqlParser.getSelectColumnOrFunction(String fname, AbstractDMLQuery query) -
Uses of SelectColumn in com.j_spaces.jdbc.query
Methods in com.j_spaces.jdbc.query with parameters of type SelectColumnModifier and TypeMethodDescriptionArrayListResult.getFieldValue(SelectColumn column, IEntryPacket entry) IQueryResultSet.getFieldValue(SelectColumn column, T entryPacket) JoinedQueryResult.getFieldValue(SelectColumn column, IEntryPacket entryPacket) ProjectedResultSet.getFieldValue(SelectColumn column, IEntryPacket entryPacket)