| dbGetStatement,DatabaseConnectorDbiResult-method | R Documentation |
Returns the statement that was passed to dbSendQuery()
or dbSendStatement().
## S4 method for signature 'DatabaseConnectorDbiResult'
dbGetStatement(res, ...)
res |
An object inheriting from DBIResult. |
... |
Other arguments passed on to methods. |
dbGetStatement() returns a string, the query used in
either dbSendQuery() or
dbSendStatement().
Other DBIResult generics:
DBIResult-class,
dbBind(),
dbClearResult(),
dbColumnInfo(),
dbFetch(),
dbGetInfo(),
dbGetRowCount(),
dbGetRowsAffected(),
dbHasCompleted(),
dbIsReadOnly(),
dbIsValid(),
dbQuoteLiteral(),
dbQuoteString()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.