public interface QueryIF
ImplementationIF
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the query.
|
ResultIF |
query(XSDContextIF ctx)
Get the result set from query.
|
void |
setDisinct(boolean flag)
Request a distinct result set.
|
void |
setMaxRows(int maxRows)
Set the maximum number of row to be selected.
|
ResultIF query(XSDContextIF ctx) throws AoException, java.text.ParseException
ctx
- the context.AoException
- if ASAM ODS fails.java.text.ParseException
- if unable to parse the XML structure.void setMaxRows(int maxRows)
maxRows
- the maximum number.void setDisinct(boolean flag)
flag
- if true the result set is disinct.void close()