public interface PageTypes
Modifier and Type | Field and Description |
---|---|
static byte |
DATA
Data page
|
static byte |
INDEX_LEAF
leaf index page containing actual entries
|
static byte |
INDEX_NODE
intermediate index page pointing to other index pages
|
static byte |
INVALID
invalid page type
|
static byte |
TABLE_DEF
Table definition page
|
static byte |
USAGE_MAP
Table usage map page
|
static final byte INVALID
static final byte DATA
static final byte TABLE_DEF
static final byte INDEX_NODE
static final byte INDEX_LEAF
static final byte USAGE_MAP
Copyright © 2005–2024 OpenHMS. All rights reserved.