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
String describing the option you want to specify.
String that identifies the value of an option.
String formed using the normal SQL conventions for embedded quotation marks.
Literal specified by normal SQL conventions.
Literal specified by normal SQL conventions.
A Boolean literal.
A Boolean literal.
A null literal.
Has the form 0xHH, where each H is a hexadecimal digit.
For option_string usage, see msgsend.
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |