Uses of Class
com.mckoi.database.SelectableScheme
Packages that use SelectableScheme
-
Uses of SelectableScheme in com.mckoi.database
Subclasses of SelectableScheme in com.mckoi.databaseModifier and TypeClassDescriptionfinal class
This is a scheme that performs a blind search of a given set.class
An implementation of SelectableScheme that is based on some collated set of data.final class
This is a SelectableScheme similar in some ways to the binary tree.Fields in com.mckoi.database declared as SelectableSchemeModifier and TypeFieldDescriptionprotected SelectableScheme[]
JoinedTable.column_scheme
The schemes to describe the entity relation in the given column.Methods in com.mckoi.database that return SelectableSchemeModifier and TypeMethodDescriptionBlindSearch.copy
(TableDataSource table, boolean immutable) Returns an exact copy of this scheme including any optimization information.InsertSearch.copy
(TableDataSource table, boolean immutable) Returns an exact copy of this scheme including any optimization information.abstract SelectableScheme
SelectableScheme.copy
(TableDataSource table, boolean immutable) Returns an exact copy of this scheme including any optimization information.GTPrivMapDataSource.getColumnScheme
(int column) Table.getColumnScheme
(int column) Returns the SelectableScheme that indexes the given column in this table.TableDataSource.getColumnScheme
(int column) Returns the SelectableScheme that we use as an index for rows in the given column of this source.protected SelectableScheme
DataTable.getRootColumnScheme
(int column) Returns the SelectableScheme for the given column.protected SelectableScheme
DefaultDataTable.getRootColumnScheme
(int column) Returns the SelectableScheme for the given column.SelectableScheme.getSubsetScheme
(Table subset_table, int subset_column) Asks the Scheme for a SelectableScheme abject that describes a sub-set of the set handled by this Scheme.