---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/cip](../index.md) / isReservedIdentifier

# Function: isReservedIdentifier()

> **isReservedIdentifier**(`name`): `boolean`

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/sql.ts:73](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/cip/sql.ts#L73)

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
