[ Version ( since = "3.7" ) ]
public void set_readonly (bool readonly)
Sets whether the endpoint will be readonly.
Readonly endpoints will not allow SPARQL update queries. The underlying [class@SparqlConnection] may be readonly of its own, this method does not change its behavior in any way.
| this |
The endpoint |
| readonly |
Whether the endpoint will be readonly |