* <code>element(sql:options):</code> <code><sql:options/></code> must be used as root element, and the options are specified as child nodes, with the element name representing the key and the text node representing the value:<br /
/><code><sql:options><br/> <sql:autocommit>true</sql:autocommit><br/> ...<br/></sql:options></code>
* [[Map_FunctionsMap Module|map structure]]: all options can be directly represented as key/value pairs:<br /><code>map { "autocommit" := "true", ... </code>}<br/>
|-
| valign='top' | '''Errors'''