Name

RESTORE-SQL-READER-SYNTAX-STATE — Restore square bracket reader syntax to its previous state.

Macro

Syntax

      restore-sql-reader-syntax-state => 

Arguments and Values

None.

Description

Enables the SQL reader syntax if enable-sql-reader-syntax has been called more recently than disable-sql-reader-syntax and otherwise disables the SQL reader syntax. By default, the SQL reader syntax is disabled.

Side Effects

Reverts the internal syntax state.

Modifies the default readtable.

Affected by

The current internal syntax state.

Exceptional Situations

None.

Notes

The symbolic SQL syntax is disabled by default.

CLSQL differs from CommonSQL in that restore-sql-reader-syntax-state is defined as a macro rather than a function.