Skip to content
# Function: tableNameVariants()

tableNameVariants(tableName): string[]

Defined in: packages/core/src/utils/TableNameUtils.ts:19

For schema-sensitive matching we no longer drop qualifiers; a single normalized key is sufficient and safer than heuristic variants.

Parameters

tableName

string

Returns

string[]

Released under the MIT License.