Package | Description |
---|---|
com.edgeti.VisibilityServer | |
com.edgeti.VisibilityServer.AdvancedQueries |
Modifier and Type | Method and Description |
---|---|
java.util.List<FlexRowObject> |
DbRemoteObject.getQuery(java.util.List<java.lang.String> headers,
int numRows,
java.lang.String relationship,
java.lang.String type,
boolean emptyFlag,
UserInfoObject user) |
java.util.List<FlexRowObject> |
DbRemoteObject.getQueryWhere(java.util.List<ColumnInfoObject> columns,
java.lang.String namespace,
java.lang.String tableName,
boolean emptyFlag,
UserInfoObject user) |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<FlexRowObject> |
QueryInfoObject._result |
private java.util.ArrayList<FlexRowObject> |
QueryInfoObject.discreteResult |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FlexRowObject> |
QueryInfoObject.getDiscreteResult()
public ArrayList
|
Modifier and Type | Method and Description |
---|---|
void |
QueryInfoObject.setDiscreteResult(java.util.ArrayList<FlexRowObject> discreteResult) |