get_hosts.DBIConnection | R Documentation |
Get database hosts
## S3 method for class 'DBIConnection'
get_hosts(x, ...)
## S3 method for class 'chMDB'
get_hosts(x, ...)
## S3 method for class 'chTKCat'
get_hosts(x, ...)
get_hosts(x, ...)
## S3 method for class 'metaMDB'
get_hosts(x, ...)
x |
an object with database connection(s) |
... |
additional parameters for methods. |
A character vector with hosts information (generaly 1) in the following shape: "host:port"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.