An S4 class to represent a DoordaHost Result
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)
|
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.