Aqualogic Interaction API  
 

IPTQueryResult.IsOrdered Method 

The Plumtree Server will attempt to order result sets before returning them through IPTQueryResult. There may be times when this ordering is too expensive to perform, in which case the results are not perfectly ordered. The client may choose to order the results, or display "as-is." Call IsOrdered to find out of the Server was able to order the result set.

int IsOrdered();

Return Value

zero for not ordered, nonzero for ordered

See Also

IPTQueryResult Interface | com.plumtree.server Namespace