Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
public class IndexedQuery extends SimpleQuery
A query that supports pagination. Use this for huge datasets.
public QueryType getType ()
Gets the query type.public int getIndex ()
Gets or sets the starting index of the results to return.public void setIndex (int value)
TBDpublic int getPageSize ()
Gets or sets the number of results to return.public void setPageSize (int value)
TBDpublic String toString ()
Returns a string representation of the query.
Methods
getType
public QueryType getType ()
Gets the query type.
Returns values
getIndex
public int getIndex ()
Gets or sets the starting index of the results to return.
Returns values
setIndex
public void setIndex (int value)
TBD
value
intTBD
Returns values
getPageSize
public int getPageSize ()
Gets or sets the number of results to return.
Returns values
setPageSize
public void setPageSize (int value)
TBD
value
intTBD
Returns values
toString
public String toString ()
Returns a string representation of the query.
Returns values
A string representation of the query.
Info
Applies To:
JDK: 8
Product Version: Beta 1