Learn R Programming

civis (version 1.6.1)

dbIsReadOnly: Is this DBMS object in read-only mode

Description

This generic tests whether a database object is in read-only mode

Usage

dbIsReadOnly(dbObj, ...)

Arguments

dbObj

An object inheriting from '>DBIObject, i.e. '>DBIDriver, '>DBIConnection, or a '>DBIResult

...

Other arguments to methods.