ConnectionFeatures: ConnectionFeatures Class

ConnectionFeaturesR Documentation

ConnectionFeatures Class

Description

ConnectionFeatures Class

ConnectionFeatures Class

Public fields

dialect_name
cost_estimate
multiple_databases
column_search
persistent_table_indexes
persistent_derived_tables
turtles
percentile
distinct_percentile
stable_views
milliseconds
microseconds
subtotals
location
timezone
connection_pooling

Methods

Public methods


Method new()

Usage
ConnectionFeatures$new(
  dialect_name,
  cost_estimate,
  multiple_databases,
  column_search,
  persistent_table_indexes,
  persistent_derived_tables,
  turtles,
  percentile,
  distinct_percentile,
  stable_views,
  milliseconds,
  microseconds,
  subtotals,
  location,
  timezone,
  connection_pooling
)

Method toJSON()

Usage
ConnectionFeatures$toJSON()

Method fromJSONObject()

Usage
ConnectionFeatures$fromJSONObject(ConnectionFeaturesJsonObject)

Method fromJSON()

Usage
ConnectionFeatures$fromJSON(ConnectionFeaturesJson)

Method toJSONString()

Usage
ConnectionFeatures$toJSONString()

Method fromJSONString()

Usage
ConnectionFeatures$fromJSONString(ConnectionFeaturesJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
ConnectionFeatures$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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