RDB$PAGES

From InterBase

Go Up to System Tables


RDB$PAGES keeps track of each page allocated to the database.

Important:
Modifying this table in any way corrupts a database.
RDB$PAGES
Column name Data type Length Description

RDB$PAGE_NUMBER

INTEGER

The physically allocated page number

RDB$RELATION_ID

SMALLINT

Identifier number of the table for which this page is allocated

RDB$PAGE_SEQUENCE

INTEGER

The sequence number of this page in the table to other pages allocated for the previously identified table

RDB$PAGE_TYPE

SMALLINT

Describes the type of page; this information is for system use only