Uses of Class
org.gcube.data.analysis.tabulardata.query.Order

Uses of Order in org.gcube.data.analysis.tabulardata.query
 

Methods in org.gcube.data.analysis.tabulardata.query that return Order
static Order Order.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Order[] Order.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.data.analysis.tabulardata.query with parameters of type Order
 Iterator<String[]> TabularQuery.query(long tableId, int offset, int pagesize, String orderingColumnName, Order order)
          Query a table for tuples
 String TabularQuery.queryAsJSON(long tableId, int offset, int pagesize, String orderingColumnName, Order order)
           
 



Copyright © 2013. All Rights Reserved.