ReadOnly
- Last Updated: December 17, 2020
- 1 minute read
Purpose
Specifies whether the connection has read-only access to the data source.
Valid Values
true | false
Behavior
If set to true, the connection has read-only access.
If set to false, the connection is opened for read/write access, and you can use all
commands supported by the product.
Notes
You can use use the JDBC connection method setReadOnly to set a read-only state for a connection.
Data Source Methods
public Boolean getReadOnly()
public void setReadOnly(Boolean)
Default Value
true
Data Type
Boolean