|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.FetchedRecordCountInfo
public class FetchedRecordCountInfo
This object is used to determine key properties of fetched records.
Constructor Summary | |
---|---|
FetchedRecordCountInfo()
|
Method Summary | |
---|---|
boolean |
isTotalRecordsKnown()
Returns true if the total number of records is known, and false otherwise. |
void |
setIsTotalRecordsKnown(boolean newIsTotalRecordsKnown)
Sets whether the total number of records is known. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FetchedRecordCountInfo()
Method Detail |
---|
public boolean isTotalRecordsKnown()
Returns true
if the total number of records is known, and false
otherwise.
true
if the total number of records is known, and false
otherwise.public void setIsTotalRecordsKnown(boolean newIsTotalRecordsKnown)
Sets whether the total number of records is known.
newIsTotalRecordsKnown
- true
if the total number of records is known, and
false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |