Returns true if the connection is read only.
1 connection.isReadOnly
<connection.isReadOnly />
Returns | |
---|---|
Type | Description |
Boolean | Returns true if the connection is read only. |
Example
Returns if the connection is read only.
Copy
<xsql-script name='isreadonly'> <body> <println>The current conection is read only: <connection.isReadOnly /></println> </body> </xsql-script>