dbIsValid
From DBI v0.3.0
by Hadley Wickham
Is this DBMS object still valid?
This generic tests whether a database object is still valid (i.e. it hasn't been disconnected or cleared).
Usage
dbIsValid(dbObj, ...)
Arguments
- dbObj
- An object inheriting from
, i.e.DBIObject
,DBIDriver
, or aDBIConnection DBIResult - ...
- Other arguments to methods.
Value
- a logical of length 1
See Also
Other DBObject methods: dbGetInfo
Community examples
Looks like there are no examples yet.