public final class ConfiguredObjectQuery extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_LIMIT |
static int |
DEFAULT_OFFSET |
| Constructor and Description |
|---|
ConfiguredObjectQuery(List<ConfiguredObject<?>> objects,
String selectClause,
String whereClause) |
ConfiguredObjectQuery(List<ConfiguredObject<?>> objects,
String selectClause,
String whereClause,
String orderByClause) |
ConfiguredObjectQuery(List<ConfiguredObject<?>> objects,
String selectClause,
String whereClause,
String orderByClause,
String limitClause,
String offsetClause) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getHeaders() |
List<List<Object>> |
getResults() |
int |
getTotalNumberOfRows() |
public static final int DEFAULT_LIMIT
public static final int DEFAULT_OFFSET
public ConfiguredObjectQuery(List<ConfiguredObject<?>> objects, String selectClause, String whereClause)
public ConfiguredObjectQuery(List<ConfiguredObject<?>> objects, String selectClause, String whereClause, String orderByClause)
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.