|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParsedQueryIF
PUBLIC: Used to represent parsed queries.
Method Summary | |
---|---|
QueryResultIF |
execute()
PUBLIC: Executes the query, returning the query result. |
QueryResultIF |
execute(java.util.Map<java.lang.String,?> arguments)
PUBLIC: Executes the query binding the parameters in the query to the values given in the 'arguments' map, returning the query result. |
java.util.Collection<java.lang.String> |
getAllVariables()
PUBLIC: Returns all the variables used in the query, in no particular order. |
java.util.Collection<java.lang.String> |
getCountedVariables()
PUBLIC: Returns the variables that are counted in the select clause of the query. |
java.util.List<java.lang.String> |
getOrderBy()
PUBLIC: Returns the variables listed in the order by clause in the order they are given there. |
java.util.List<java.lang.String> |
getSelectedVariables()
PUBLIC: Returns the variables in the select clause of the query, in the order given there. |
boolean |
isOrderedAscending(java.lang.String name)
PUBLIC: Returns true if the named variable is to be sorted in ascending order. |
Method Detail |
---|
java.util.List<java.lang.String> getSelectedVariables()
java.util.Collection<java.lang.String> getCountedVariables()
java.util.Collection<java.lang.String> getAllVariables()
java.util.List<java.lang.String> getOrderBy()
boolean isOrderedAscending(java.lang.String name)
QueryResultIF execute() throws InvalidQueryException
InvalidQueryException
QueryResultIF execute(java.util.Map<java.lang.String,?> arguments) throws InvalidQueryException
InvalidQueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |