com.sas.table
Interface TrueRowCountCalculatedInterface

All Superinterfaces:
AccurateRowCountInterface
All Known Implementing Classes:
JDBCToTableModelAdapter, SortableTableModelAdapter

public interface TrueRowCountCalculatedInterface
extends AccurateRowCountInterface

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

setTrueRowCountCalculated

void setTrueRowCountCalculated(boolean calculate)
Sets whether the actual row count should be calculated.

Parameters:
calculate - true if the actual row count should be calculated

isTrueRowCountCalculated

boolean isTrueRowCountCalculated()
Indicates whether the actual row count should be calculated.

Returns:
true if the actual row count should be calculated



Copyright © 2009 SAS Institute Inc. All Rights Reserved.