Skip to main content

Module reserved

Module reserved 

Source
Expand description

NodeDB reserved identifier list.

These keywords are intercepted by the DDL dispatcher or DSL rewriter before the SQL reaches sqlparser. Using them as bare (unquoted) identifiers would cause silent misdispatch, so they are rejected at parse time with an actionable error message that includes the quoted escape form.

Constants§

RESERVED_KEYWORDS
Words that NodeDB claims as dispatch or rewrite keywords.

Functions§

check_identifier
Validate a raw identifier token extracted from SQL.
is_reserved
Return true if name matches a NodeDB reserved keyword (case-insensitive).