Firebird 2.5 Language ReferenceFirebird 2.5 Language ReferenceSystem Tables → RDB$PAGES
Firebird Firebird Prev: RDB$LOG_FILESFirebird 2.5 Language ReferenceUp: System TablesNext: RDB$PROCEDURES

RDB$PAGES

RDB$PAGES stores and maintains information about database pages and their usage.

Column Name Data Type Description
RDB$PAGE_NUMBER INTEGER The unique number of a physically created database page
RDB$RELATION_ID SMALLINT The identifier of the table to which the page is allocated
RDB$PAGE_SEQUENCE INTEGER The number of the page in the sequence of all pages allocated to this table
RDB$PAGE_TYPE SMALLINT Indicates the page type (data, index, BLOB, etc.). For system use

Prev: RDB$LOG_FILESFirebird 2.5 Language ReferenceUp: System TablesNext: RDB$PROCEDURES
Firebird 2.5 Language ReferenceFirebird 2.5 Language ReferenceSystem Tables → RDB$PAGES