Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
RowEnumeration |
CompositeTable.rowEnumeration() |
|
RowEnumeration |
DataTable.rowEnumeration() |
Returns an Enumeration of the rows in this table.
|
RowEnumeration |
DataTableFilter.rowEnumeration() |
Returns an Enumeration of the rows in this table.
|
RowEnumeration |
FilterTable.rowEnumeration() |
Returns an Enumeration of the rows in this table.
|
RowEnumeration |
FunctionTable.rowEnumeration() |
Returns an Enumeration of the rows in this table.
|
RowEnumeration |
JoinedTable.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.
|
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 |
TemporaryTable.rowEnumeration() |
Returns an Enumeration of the rows in this table.
|
Copyright © 2018. All rights reserved.