|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TrueRowCountCalculatedInterface
Interface for determining if the data model should be forced to calculated the actual row count. It extends the AccurateRowCountInterface and is used to help in implementing data models which do not know the actual row count.
Method Summary | |
---|---|
boolean |
isTrueRowCountCalculated()
Indicates whether the actual row count should be calculated. |
void |
setTrueRowCountCalculated(boolean calculate)
Sets whether the actual row count should be calculated. |
Methods inherited from interface com.sas.table.AccurateRowCountInterface |
---|
isAccurateRowCountAvailable |
Method Detail |
---|
void setTrueRowCountCalculated(boolean calculate)
calculate
- true if the actual row count should be calculatedboolean isTrueRowCountCalculated()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |