Skip to content

Commit

Permalink
Deploy from Travis build 1098 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed May 1, 2018
1 parent 3a66d2c commit d5290c0
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 10 deletions.
5 changes: 2 additions & 3 deletions R/DBConnection.R
Original file line number Diff line number Diff line change
Expand Up @@ -281,14 +281,13 @@ setMethod("dbGetQuery", signature("DBIConnection", "character"),
#' Execute an update statement, query number of rows affected, and then close result set
#'
#' Executes a statement and returns the number of rows affected.
#' [dbExecute()] comes with a default implementation
#' `dbExecute()` comes with a default implementation
#' (which should work with most backends) that calls
#' [dbSendStatement()], then [dbGetRowsAffected()], ensuring that
#' the result is always free-d by [dbClearResult()].
#'
#' You can also use [dbExecute()] to call a stored procedure
#' You can also use `dbExecute()` to call a stored procedure
#' that performs data manipulation or other actions that do not return a result set.
#'
#' To execute a stored procedure that returns a result set use [dbGetQuery()] instead.
#'
#' @template methods
Expand Down
14 changes: 13 additions & 1 deletion docs/articles/spec.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions docs/reference/dbCallProc.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions docs/reference/dbExecute.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion docs/reference/dbGetQuery.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion man/dbCallProc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions man/dbExecute.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion man/dbGetQuery.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d5290c0

Please sign in to comment.