Prints a sequence of keywords. Must not start or end with space, but may contain a space. For example, keyword("SELECT") , keyword("CHARACTER SET") .
(String s)
| 351 | * keyword("CHARACTER SET")</code>. |
| 352 | */ |
| 353 | @Pure |
| 354 | void keyword(String s); |
| 355 | |
| 356 | /** |
no outgoing calls