log_read_connector.ConnectorDBI {connector} | R Documentation |
Log Read Operation for connector dbi
Description
Implementation of the log_read_connector function for the ConnectorDBI class
Usage
## S3 method for class 'ConnectorDBI'
log_read_connector(connector_object, name, ...)
Arguments
connector_object |
The ConnectorDBI object. |
name |
The name of the connector. |
... |
Additional parameters. |
[Package connector version 0.1.1 Index]