Appends an
OrderNode to the order by clause for this query
Parameters: orderby - an OrderNodeto append throws: IllegalStateException - if I have already been resolved
Returns the
Selectable where tree for this query. Clients should treat the
returned value as immutable.
the Selectable where treefor this query, or null.
Determines if the
java.sql.ResultSet generated from this object will
contain distinct tuples (default is false).
Parameters: distinct - true for distinct tuples
Sets the i th Selectable being selected.
Parameters: i - the zero-based index Parameters: sel - the new Selectable throws: IllegalStateException - if I have already been resolved