#' @include DoordaHostResult.R
NULL
.dbGetRowCount <- function(res, ...) {
return(res@cursor$fetchedRowCount())
}
#' @rdname DoordaHostResult-class
#' @export
setMethod('dbGetRowCount', 'DoordaHostResult', .dbGetRowCount)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.