The following conventions are used in the synopsis of a command:
brackets ([ and ]) indicate
- optional parts. (In the synopsis of a Tcl command, question marks
- (?) are used instead, as is usual in Tcl.) Braces
+ optional parts. Braces
({ and }) and vertical lines
(|) indicate that you must choose one
alternative. Dots (...) mean that the preceding element
- can be repeated.
+ can be repeated. All other symbols, including parentheses, should be
+ taken literally.
Database Access from PL/Tcl
- The following commands are available to access the database from
- the body of a PL/Tcl function:
+ In this section, we follow the usual Tcl convention of using question
+ marks, rather than brackets, to indicate an optional element in a
+ syntax synopsis. The following commands are available to access
+ the database from the body of a PL/Tcl function: