com.healthmarketscience.jackcess
Interface PageTypes


public interface PageTypes

Codes for page types

Author:
Tim McCune

Field Summary
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
 

Field Detail

INVALID

static final byte INVALID
invalid page type

See Also:
Constant Field Values

DATA

static final byte DATA
Data page

See Also:
Constant Field Values

TABLE_DEF

static final byte TABLE_DEF
Table definition page

See Also:
Constant Field Values

INDEX_NODE

static final byte INDEX_NODE
intermediate index page pointing to other index pages

See Also:
Constant Field Values

INDEX_LEAF

static final byte INDEX_LEAF
leaf index page containing actual entries

See Also:
Constant Field Values

USAGE_MAP

static final byte USAGE_MAP
Table usage map page

See Also:
Constant Field Values


Copyright © 2005-2013 Health Market Science. All Rights Reserved.