URI.default: Construct a URI/URL using the host, port and auth parameters...

View source: R/internal.R

URI.defaultR Documentation

Construct a URI/URL using the host, port and auth parameters stored in the connection object.

Description

Construct a URI/URL using the host, port and auth parameters stored in the connection object.

Usage

## Default S3 method:
URI(db_or_conn, resource = "", args = list())

Arguments

db_or_conn

scidb database connection object _or_ its "connection" attribute

resource

(string): A URI identifying the requested service (path)

args

(list): A list of named query parameters to put at the end of the constructed URI

Value

(string) the new URI/URL

See Also

URI


Paradigm4/SciDBR documentation built on Nov. 9, 2023, 4:58 a.m.