Uses of Interface
com.mckoi.database.RowEnumeration
Packages that use RowEnumeration
-
Uses of RowEnumeration in com.mckoi.database
Classes in com.mckoi.database that implement RowEnumerationModifier and TypeClassDescriptionfinal class
A RowEnumeration implementation that represents a sequence of rows that can be referenced in incremental order between 0 and row_count (exclusive).Methods in com.mckoi.database that return RowEnumerationModifier and TypeMethodDescriptionCompositeTable.rowEnumeration()
DataTable.rowEnumeration()
Returns an Enumeration of the rows in this table.final RowEnumeration
DataTableFilter.rowEnumeration()
Returns an Enumeration of the rows in this table.FilterTable.rowEnumeration()
Returns an Enumeration of the rows in this table.FunctionTable.rowEnumeration()
Returns an Enumeration of the rows in this table.JoinedTable.rowEnumeration()
Returns an Enumeration of the rows in this table.SimpleTableQuery.rowEnumeration()
Returns a RowEnumeration that is used to iterate through the entire list of valid rows in the table.abstract RowEnumeration
Table.rowEnumeration()
Returns an Enumeration of the rows in this table.TableDataSource.rowEnumeration()
Returns an iterator that is used to sequentually step through all valid rows in this source.TemporaryTable.rowEnumeration()
Returns an Enumeration of the rows in this table.