Class | Description |
---|---|
B2I |
Implements an instance of a B-Tree secondary index conglomerate.
|
B2I_10_3 |
Class used to instantiate 10.3 version of the B2I object.
|
B2I_v10_2 |
Class used to instantiate 10.2 version of the B2I object.
|
B2IController |
Controller used to insert rows into a secondary index.
|
B2ICostController |
Controller used to provide cost estimates to optimizer about secondary index
data access.
|
B2IFactory |
The "B2I" (acronym for b-tree secondary index) factory manages b-tree
conglomerates implemented on the raw store which are used as secondary
indexes.
|
B2IForwardScan |
The btree secondary index implementation of ScanManager which provides reading
and deleting of entries in the btree secondary index.
|
B2IMaxScan |
Scan used to find maximum value in the secondary index.
|
B2INoLocking |
Secondary index locking policy that does no locking.
|
B2IRowLocking1 |
The btree locking policy which implements read uncommitted isolation level.
|
B2IRowLocking2 |
The btree locking policy which implements read committed isolation level.
|
B2IRowLocking3 |
Implements the jdbc serializable isolation level using row locks.
|
B2IRowLockingRR | |
B2IStaticCompiledInfo |
This class implements the static compiled information relevant to a btree
secondary index.
|
B2ITableLocking3 | |
B2IUndo |
The B2IUndo interface packages up the routines which the rawstore needs
to call to perform logical undo of a record in a B2i.
|
D_B2IController |
Debugging class used to print debug information about a B2I.
|
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.