Adds an inner join condition to this query.
Parameters: colref1 - the left column reference for this join Parameters: colref2 - the right column reference for this join throws: DataStoreException - if the join is invalid
Adds a collection of join conditions to this query.
Parameters: join - the collection of join conditions throws: DataStoreException - if an error occurs merging the join conditions
Add column reference to order the results of this select statement by.
Parameters: colref - the column reference Parameters: orderDir - the direction of ordering
Add order by column reference to ordering direction mappings
to this select statement.
Parameters: byColMap - Map of column reference ordering direction pairs
Adds an outer join condition to this query.
Parameters: innerMember - the inner memeber column reference of this join Parameters: outerMember - the outer memeber column reference of this join throws: DataStoreException - if the join is invalid
Returns the index of the ColumnRef object in result set
of this query.
Parameters: colRef - the column reference the index of the column in the result set