|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.neoworks.jukex.query.Query
A Query object represents a parsed JukeXQL query, ready to execute.
Method Summary | |
AttributeValueResultSet |
getAttributeValues()
Get a ResultSet containing the AttributeValues resulting from execution of this Query |
java.lang.String |
getOriginalQuery()
Get the original query String that was parsed to create this object. |
java.lang.String |
getSQL()
Get the SQL that will be executed on execution of this Query. |
java.util.List |
getTracks()
Execute the created query and retrieve the Track objects of the results |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.util.List getTracks()
List
of Track
objects which match
the specified query.public java.lang.String getOriginalQuery()
public AttributeValueResultSet getAttributeValues()
public java.lang.String getSQL()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |