Name
ENABLE-SQL-READER-SYNTAX — Globally enable square bracket reader syntax.Macro
Syntax
enable-sql-reader-syntax
=>
Arguments and Values
None.
Description
Turns on the SQL reader syntax setting the syntax state
such that if the syntax is subsequently disabled,
restore-sql-reader-syntax-state
will
enable it again.
Side Effects
Sets the internal syntax state to enabled.
Modifies the default readtable.
Exceptional Situations
None.
Notes
The symbolic SQL syntax is disabled by default.
CLSQL differs from CommonSQL in that
enable-sql-reader-syntax
is defined as a
macro rather than a function.