Specifies the general syntax and processing for option_string. Individual options are described in the functions that reference them.
option_string ::= basic_character_expression option_string_value ::= option_and_value [ [,] option_and_value] option_and_value ::= option_name = option_value option_name ::= simple_identifier option_value ::= simple_identifier | quoted_string | integer_literal | float_literal | byte_literal | true | false | null
is the string describing the option you want to specify.
is the string that identifies the value of an option.
is the string formed using the normal SQL conventions for embedded quotation marks.
is the literal specified by normal SQL conventions.
is the literal specified by normal SQL conventions.
is a Boolean literal.
is a Boolean literal.
is a null literal.
has the form 0xHH, where each H is a hexadecimal digit.
For option_string usage, see msgsend.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |