DuckDBResource.withReadOnly
Method
interface DuckDBResource { // ... omitted for brevity withReadOnly(): DuckDBResource;}Signature
method
withReadOnlybuilderConfigures the DuckDB resource to open the database in read-only mode.
withReadOnly(): DuckDBResourceReturns
DuckDBResourceDefined on
This method is defined on the following type: