D.21RDB$KEYWORDS

RDB$KEYWORDS is a virtual table listing the keywords used by the Firebird SQL parser. If a keyword is reserved, it cannot be used as a regular identifier, but only as a delimited (quoted) identifier.

Column NameData TypeDescription

RDB$KEYWORD_NAME

VARCHAR(63)

Keyword

RDB$KEYWORD_RESERVED

BOOLEAN

true if this a reserved word, false otherwise