Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleRowEnumeration
A RowEnumeration implementation that represents a sequence of rows that
can be referenced in incremental order between 0 and row_count (exclusive).
|
Modifier and Type | Method and Description |
---|---|
RowEnumeration |
FunctionTable.rowEnumeration()
Returns an Enumeration of the rows in this table.
|
RowEnumeration |
TemporaryTable.rowEnumeration()
Returns an Enumeration of the rows in this table.
|
RowEnumeration |
JoinedTable.rowEnumeration()
Returns an Enumeration of the rows in this table.
|
RowEnumeration |
DataTable.rowEnumeration()
Returns an Enumeration of the rows in this table.
|
RowEnumeration |
SimpleTableQuery.rowEnumeration()
Returns a RowEnumeration that is used to iterate through the entire list
of valid rows in the table.
|
RowEnumeration |
FilterTable.rowEnumeration()
Returns an Enumeration of the rows in this table.
|
abstract RowEnumeration |
Table.rowEnumeration()
Returns an Enumeration of the rows in this table.
|
RowEnumeration |
TableDataSource.rowEnumeration()
Returns an iterator that is used to sequentually step through all valid
rows in this source.
|
RowEnumeration |
CompositeTable.rowEnumeration() |
RowEnumeration |
DataTableFilter.rowEnumeration()
Returns an Enumeration of the rows in this table.
|
Copyright © 2015. All rights reserved.