ReadOnly
- Last Updated: February 9, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Cassandra 6.0
- Documentation
Purpose
Specifies whether the connection supports read-only access to the data source.
Valid Values
true | false
Behavior
If set to true, the connection supports
read-only access.
If set to false, the connection supports
read-write access.
Data Source Method
setReadOnly
Default
false
Data Type
Boolean