Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/cip / isReservedIdentifier

Function: isReservedIdentifier()

isReservedIdentifier(name): boolean

Defined in: packages/b2c-tooling-sdk/src/operations/cip/sql.ts:73

Returns true if the given bare identifier is a Calcite reserved word.

Parameters

name

string

Bare identifier name

Returns

boolean

Whether the name requires double-quoting in Calcite SQL

Released under the Apache-2.0 License.