Name

DISABLE-SQL-READER-SYNTAX — Globally disable square bracket reader syntax.Macro

Syntax

      disable-sql-reader-syntax => 

Arguments and Values

None.

Description

Turns off the SQL reader syntax setting the syntax state such that if the syntax is subsequently enabled, restore-sql-reader-syntax-state will disable it again.

Examples

None.

Side Effects

Sets the internal syntax state to disabled.

Modifies the default readtable.

Affected by

None.

Exceptional Situations

None.

See Also

enable-sql-reader-syntax
locally-enable-sql-reader-syntax
locally-disable-sql-reader-syntax
restore-sql-reader-syntax-state
file-enable-sql-reader-syntax

Notes

The symbolic SQL syntax is disabled by default.

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