Skip to main content
Version: 20 R7 BETA

SQL GET OPTION

SQL GET OPTION ( option ; value )

ParameterTypeDescription
optionIntegerOption number
valueInteger, TextOption value

This command is not thread-safe, it cannot be used in preemptive code.

Description

The SQL GET OPTION command returns the current value of the option passed in option.

For more information on the different options and their associated values, refer to the description of the SQL SET OPTION command.

System variables and sets

If the command was properly executed, the system variable OK is set to 1. Otherwise, it is set to 0.

See also

SQL SET OPTION