
Last chance! 50% off unlimited learning
Sale ends in
Support function that verifies that an object holding a reference to a
foreign object is still valid for communicating with the RDBMS.
isIdCurrent
will be deprecated in the near future; please use
the dbIsValid()
generic instead.
isIdCurrent(obj)# S4 method for MySQLDriver
dbIsValid(dbObj)
# S4 method for MySQLConnection
dbIsValid(dbObj)
# S4 method for MySQLResult
dbIsValid(dbObj)
A MysqlDriver
, MysqlConnection
,
MysqlResult
.
a logical scalar.
dbObjects
are R/S-Plus remote references to foreign objects. This
introduces differences to the object's semantics such as persistence (e.g.,
connections may be closed unexpectedly), thus this function provides a
minimal verification to ensure that the foreign object being referenced can
be contacted.
# NOT RUN {
dbIsValid(MySQL())
# }
Run the code above in your browser using DataLab