| org.h2.store.Record org.h2.index.BtreeHead
BtreeHead | public class BtreeHead extends Record (Code) | | The head page of a b-tree index. There is exactly one head page for each such
index, and it contains meta data such as the location of the root page.
Unlike the root page of a b-tree index, the head page always stays at the
same place.
|
BtreeHead | public BtreeHead()(Code) | | |
getConsistent | public boolean getConsistent()(Code) | | |
getRootPosition | int getRootPosition()(Code) | | |
isPinned | public boolean isPinned()(Code) | | |
setConsistent | public void setConsistent(boolean b)(Code) | | |
setRootPosition | void setRootPosition(int rootPosition)(Code) | | |
|
|