Provides extraction ([) and replacement ([<-) methods for dbData objects.
The extractor attempts to auto-reconnect via dbReconnect() before returning
the underlying database-backed value.
For [: the underlying value stored in the object. For [<-: the updated dbData.
A dbData object.
Additional arguments passed to the extractor.
Replacement value for [<-.