From adf6073e1f3cbd7fd256ce241dde9352fef39116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 18 Jun 2022 03:24:03 +0200 Subject: [PATCH] Tweak --- R/dbBind.R | 5 +++-- man/dbBind.Rd | 5 +++-- man/dbClearResult.Rd | 5 +++-- man/dbColumnInfo.Rd | 5 +++-- man/dbFetch.Rd | 5 +++-- man/dbHasCompleted.Rd | 5 +++-- man/dbSendQuery.Rd | 5 +++-- 7 files changed, 21 insertions(+), 14 deletions(-) diff --git a/R/dbBind.R b/R/dbBind.R index 4187798dd..8ad12090d 100644 --- a/R/dbBind.R +++ b/R/dbBind.R @@ -37,8 +37,9 @@ #' for the execution of queries that return tabular data. #' #' Most of this flow, except calling [dbBind()], -#' is implemented by [dbGetQuery()], which should be sufficient unless you want -#' to access the results in a paged way. +#' is implemented by [dbGetQuery()], which should be sufficient +#' unless you want to access the results in a paged way +#' or you have a parameterized query. #' This flow requires an active connection established by [dbConnect()]. #' See also `vignette("dbi-advanced")` for a walkthrough. #' diff --git a/man/dbBind.Rd b/man/dbBind.Rd index ee011fa8f..d1a07b9b7 100644 --- a/man/dbBind.Rd +++ b/man/dbBind.Rd @@ -64,8 +64,9 @@ This section gives a complete overview over the flow for the execution of queries that return tabular data. Most of this flow, except calling \code{\link[=dbBind]{dbBind()}}, -is implemented by \code{\link[=dbGetQuery]{dbGetQuery()}}, which should be sufficient unless you want -to access the results in a paged way. +is implemented by \code{\link[=dbGetQuery]{dbGetQuery()}}, which should be sufficient +unless you want to access the results in a paged way +or you have a parameterized query. This flow requires an active connection established by \code{\link[=dbConnect]{dbConnect()}}. See also \code{vignette("dbi-advanced")} for a walkthrough. \enumerate{ diff --git a/man/dbClearResult.Rd b/man/dbClearResult.Rd index b5b99a575..62be89408 100644 --- a/man/dbClearResult.Rd +++ b/man/dbClearResult.Rd @@ -30,8 +30,9 @@ This section gives a complete overview over the flow for the execution of queries that return tabular data. Most of this flow, except calling \code{\link[=dbBind]{dbBind()}}, -is implemented by \code{\link[=dbGetQuery]{dbGetQuery()}}, which should be sufficient unless you want -to access the results in a paged way. +is implemented by \code{\link[=dbGetQuery]{dbGetQuery()}}, which should be sufficient +unless you want to access the results in a paged way +or you have a parameterized query. This flow requires an active connection established by \code{\link[=dbConnect]{dbConnect()}}. See also \code{vignette("dbi-advanced")} for a walkthrough. \enumerate{ diff --git a/man/dbColumnInfo.Rd b/man/dbColumnInfo.Rd index 36549c468..07dcc30aa 100644 --- a/man/dbColumnInfo.Rd +++ b/man/dbColumnInfo.Rd @@ -37,8 +37,9 @@ This section gives a complete overview over the flow for the execution of queries that return tabular data. Most of this flow, except calling \code{\link[=dbBind]{dbBind()}}, -is implemented by \code{\link[=dbGetQuery]{dbGetQuery()}}, which should be sufficient unless you want -to access the results in a paged way. +is implemented by \code{\link[=dbGetQuery]{dbGetQuery()}}, which should be sufficient +unless you want to access the results in a paged way +or you have a parameterized query. This flow requires an active connection established by \code{\link[=dbConnect]{dbConnect()}}. See also \code{vignette("dbi-advanced")} for a walkthrough. \enumerate{ diff --git a/man/dbFetch.Rd b/man/dbFetch.Rd index 5c848816d..34f90c400 100644 --- a/man/dbFetch.Rd +++ b/man/dbFetch.Rd @@ -47,8 +47,9 @@ This section gives a complete overview over the flow for the execution of queries that return tabular data. Most of this flow, except calling \code{\link[=dbBind]{dbBind()}}, -is implemented by \code{\link[=dbGetQuery]{dbGetQuery()}}, which should be sufficient unless you want -to access the results in a paged way. +is implemented by \code{\link[=dbGetQuery]{dbGetQuery()}}, which should be sufficient +unless you want to access the results in a paged way +or you have a parameterized query. This flow requires an active connection established by \code{\link[=dbConnect]{dbConnect()}}. See also \code{vignette("dbi-advanced")} for a walkthrough. \enumerate{ diff --git a/man/dbHasCompleted.Rd b/man/dbHasCompleted.Rd index 7762b3ea4..8f18246ab 100644 --- a/man/dbHasCompleted.Rd +++ b/man/dbHasCompleted.Rd @@ -33,8 +33,9 @@ This section gives a complete overview over the flow for the execution of queries that return tabular data. Most of this flow, except calling \code{\link[=dbBind]{dbBind()}}, -is implemented by \code{\link[=dbGetQuery]{dbGetQuery()}}, which should be sufficient unless you want -to access the results in a paged way. +is implemented by \code{\link[=dbGetQuery]{dbGetQuery()}}, which should be sufficient +unless you want to access the results in a paged way +or you have a parameterized query. This flow requires an active connection established by \code{\link[=dbConnect]{dbConnect()}}. See also \code{vignette("dbi-advanced")} for a walkthrough. \enumerate{ diff --git a/man/dbSendQuery.Rd b/man/dbSendQuery.Rd index 7e9ee64f3..50a83014a 100644 --- a/man/dbSendQuery.Rd +++ b/man/dbSendQuery.Rd @@ -51,8 +51,9 @@ This section gives a complete overview over the flow for the execution of queries that return tabular data. Most of this flow, except calling \code{\link[=dbBind]{dbBind()}}, -is implemented by \code{\link[=dbGetQuery]{dbGetQuery()}}, which should be sufficient unless you want -to access the results in a paged way. +is implemented by \code{\link[=dbGetQuery]{dbGetQuery()}}, which should be sufficient +unless you want to access the results in a paged way +or you have a parameterized query. This flow requires an active connection established by \code{\link[=dbConnect]{dbConnect()}}. See also \code{vignette("dbi-advanced")} for a walkthrough. \enumerate{