@qualithm/arrow-flight-sql-js - v0.4.3
Preparing search index...
escapeIdentifier
Function escapeIdentifier
escapeIdentifier
(
identifier
:
string
)
:
string
Escape a SQL identifier (table name, column name). Uses double quotes for standard SQL compliance.
Parameters
identifier
:
string
Returns
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@qualithm/arrow-flight-sql-js - v0.4.3
Loading...
Escape a SQL identifier (table name, column name). Uses double quotes for standard SQL compliance.