SQL GET OPTION
SQL GET OPTION ( option ; value )
Parameter | Type | Description | |
---|---|---|---|
option | Integer | → | Option number |
value | Integer, Text | ← | Option 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.