BTreeSetOidShortKey Class |
Namespace: VelocityDb.Collection.BTree
[SerializableAttribute] public class BTreeSetOidShort<Key> : BTreeBase<Key, Key>, IEnumerable<Key>, IEnumerable
The BTreeSetOidShortKey type exposes the following members.
| Name | Description | |
|---|---|---|
| BTreeSetOidShortKey |
Creates a new BTreeSetOidShort
|
| Name | Description | |
|---|---|---|
| Comparer |
Gets the VelocityDbComparer object that is used to compare Key objects.
(Overrides BTreeBaseKey, ValueComparer.) | |
| MaxNumberOfDatabases |
Allow only a single database for this short id (32bit) references collection
(Overrides OptimizedPersistableMaxNumberOfDatabases.) | |
| UsesOidShort |
Does this BTree use short object references (32 bit) for its internal references? YES it does.
(Overrides BTreeBaseKey, ValueUsesOidShort.) |
| Name | Description | |
|---|---|---|
| Clear |
Removes all elements from the set.
(Overrides BTreeBaseKey, ValueClear.) | |
| First |
Returns the first Key object in this set.
| |
| InitializeAfterRead | (Overrides BTreeBaseKey, ValueInitializeAfterRead(SessionBase).) | |
| Iterator |
Initializes an iterator to find the keys of this set
(Overrides BTreeBaseKey, ValueIterator.) | |
| Last |
Returns the last Key object in this set.
|
| Name | Description | |
|---|---|---|
| ToStringDetails(SessionBase, Boolean) | Overloaded.
Object details as a string
(Defined by Utilities.) | |
| ToStringDetails(Schema, TypeVersion, Boolean) | Overloaded.
Currently only used by Database Manager
(Defined by Utilities.) |