com.crystaldecisions.sdk.uri
Interface IStatelessPageInfo


public interface IStatelessPageInfo

This interface represents a page of objects returned in a paged URI query.

See Also:
IInfoStore.getStatelessPageInfo(java.lang.String, com.crystaldecisions.sdk.uri.PagingQueryOptions)

Method Summary
 java.lang.String getPageSQL()
          Returns the SQL string for this page of objects.
 

Method Detail

getPageSQL

java.lang.String getPageSQL()
Returns the SQL string for this page of objects. The pageSQL returned will represent the SQL string needed to return the objects associated with the page URI specified.

Returns:
the SQL string for this page of objects