|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Order in org.gcube.data.tabular.query |
|---|
| Methods in org.gcube.data.tabular.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.tabular.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)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||