DBConnectionOverride: DBConnectionOverride Class

DBConnectionOverrideR Documentation

DBConnectionOverride Class

Description

DBConnectionOverride Class

DBConnectionOverride Class

Public fields

context
host
port
username
password
has_password
certificate
file_type
database
schema
jdbc_additional_params
after_connect_statements

Methods

Public methods


Method new()

Usage
DBConnectionOverride$new(
  context,
  host,
  port,
  username,
  password,
  has_password,
  certificate,
  file_type,
  database,
  schema,
  jdbc_additional_params,
  after_connect_statements
)

Method toJSON()

Usage
DBConnectionOverride$toJSON()

Method fromJSONObject()

Usage
DBConnectionOverride$fromJSONObject(DBConnectionOverrideJsonObject)

Method fromJSON()

Usage
DBConnectionOverride$fromJSON(DBConnectionOverrideJson)

Method toJSONString()

Usage
DBConnectionOverride$toJSONString()

Method fromJSONString()

Usage
DBConnectionOverride$fromJSONString(DBConnectionOverrideJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
DBConnectionOverride$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.