com.sas.table
Interface AccurateRowCountInterface

All Known Subinterfaces:
RowNavigationInterface, TrueRowCountCalculatedInterface
All Known Implementing Classes:
AbstractBaseTableView, BaseOLAPTableView, BaseTableView, JDBCToTableModelAdapter, OLAPTableView, SortableTableModelAdapter, TableModelAdapter, TableView, TableView, TableView

public interface AccurateRowCountInterface

Interface for determining if an accurate row count is available.


Method Summary
 boolean isAccurateRowCountAvailable()
          Indicates whether an accurate row count is available.
 

Method Detail

isAccurateRowCountAvailable

boolean isAccurateRowCountAvailable()
Indicates whether an accurate row count is available.

Returns:
true if an accurate row count is available, false otherwise.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.