DoordaHostResult-class: An S4 class to represent a DoordaHost Result

Description Usage Slots

Description

An S4 class to represent a DoordaHost Result

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
## S4 method for signature 'DoordaHostResult'
show(object)

## S4 method for signature 'DoordaHostResult'
dbHasCompleted(res, ...)

## S4 method for signature 'DoordaHostResult'
dbClearResult(res, ...)

## S4 method for signature 'DoordaHostResult,integer'
dbFetch(res, n = -1, ...)

## S4 method for signature 'DoordaHostResult,numeric'
dbFetch(res, n = -1, ...)

## S4 method for signature 'DoordaHostResult,missing'
dbFetch(res, n = -1, ...)

## S4 method for signature 'DoordaHostResult'
dbGetRowCount(res, ...)

## S4 method for signature 'DoordaHostResult'
dbGetStatement(res, ...)

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

## S4 method for signature 'DoordaHostResult,missing'
dbListFields(conn, name)

## S4 method for signature 'DoordaHostResult,integer'
fetch(res, n = -1, ...)

## S4 method for signature 'DoordaHostResult,numeric'
fetch(res, n = -1, ...)

## S4 method for signature 'DoordaHostResult,missing'
fetch(res)

Slots

statement

The SQL statement sent to the database

connection

The connection object associated with the result

cursor

An internal implementation detail for keeping track of what stage a request is in


Doorda/doorda-r-sdk documentation built on Feb. 25, 2020, 2:59 p.m.