Uses of Class
com.j_spaces.jdbc.OrderColumn
Packages that use OrderColumn
Package
Description
Provides GigaSpaces JDBC interfaces
-
Uses of OrderColumn in com.j_spaces.jdbc
Methods in com.j_spaces.jdbc that return types with arguments of type OrderColumnMethod parameters in com.j_spaces.jdbc with type arguments of type OrderColumnModifier and TypeMethodDescriptionvoidSelectQuery.setOrderColumns(ArrayList<OrderColumn> ordCol) Sets the order column. -
Uses of OrderColumn in com.j_spaces.jdbc.executor
Method parameters in com.j_spaces.jdbc.executor with type arguments of type OrderColumnModifier and TypeMethodDescriptionAbstractQueryExecutor.getOrderByComparator(IQueryResultSet<IEntryPacket> entries, List<OrderColumn> orderColumns) voidAbstractQueryExecutor.orderBy(IQueryResultSet<IEntryPacket> entries, List<OrderColumn> orderColumns) Order the results according to the order by clausevoidIQueryExecutor.orderBy(IQueryResultSet<IEntryPacket> entries, List<OrderColumn> orderColumns) Order the results according to the order by clauseConstructor parameters in com.j_spaces.jdbc.executor with type arguments of type OrderColumnModifierConstructorDescriptionEntriesOrderByComparator(IQueryResultSet<IEntryPacket> queryResult, List<OrderColumn> orderColumns) -
Uses of OrderColumn in com.j_spaces.jdbc.parser.grammar
Methods in com.j_spaces.jdbc.parser.grammar that return OrderColumnModifier and TypeMethodDescriptionfinal OrderColumnSqlParser.createOrderColumn(AbstractDMLQuery query)