DomoConnection: Domo Connection Methods

DomoConnectionR Documentation

Domo Connection Methods

Description

Implementations of pure virtual functions defined in the DBI package for DomoConnection objects.

Usage

## S4 method for signature 'DomoConnection'
show(object)

## S4 method for signature 'DomoConnection'
dbIsValid(dbObj, ...)

## S4 method for signature 'DomoConnection'
dbDisconnect(conn, ...)

## S4 method for signature 'DomoConnection,ANY'
dbDataType(dbObj, obj, ...)

## S4 method for signature 'DomoConnection,data.frame'
dbDataType(dbObj, obj, ...)

## S4 method for signature 'DomoConnection'
dbGetInfo(dbObj, ...)

Arguments

object

Any R object

dbObj

An object inheriting from DBIObject, i.e. DBIDriver, DBIConnection, or a DBIResult

...

Other arguments to methods.

conn

A DBIConnection object, as returned by dbConnect().

obj

An R object whose SQL type we want to determine.


shunsambongi/domo documentation built on Aug. 19, 2022, 12:47 a.m.