diff --git a/man/DBI-package.Rd b/man/DBI-package.Rd index 24f0702f..c7c3049c 100644 --- a/man/DBI-package.Rd +++ b/man/DBI-package.Rd @@ -44,7 +44,8 @@ and have an ellipsis \code{...} in their formals for extensibility. \section{Construction of the DBIDriver object}{ -The backend must support creation of an instance of its \linkS4class{DBIDriver} subclass +The backend must support creation of an instance of its \linkS4class{DBIDriver} +subclass with a \dfn{constructor function}. By default, its name is the package name without the leading \sQuote{R} (if it exists), e.g., \code{SQLite} for the \pkg{RSQLite} package. diff --git a/man/dbAppendTable.Rd b/man/dbAppendTable.Rd index c00814a4..9273d25f 100644 --- a/man/dbAppendTable.Rd +++ b/man/dbAppendTable.Rd @@ -61,8 +61,8 @@ an error is raised; the remote table remains unchanged. An error is raised when calling this method for a closed or invalid connection. An error is also raised -if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} or -if this results in a non-scalar. +if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} +or if this results in a non-scalar. Invalid values for the \code{row.names} argument (non-scalars, unsupported data types, @@ -163,7 +163,6 @@ dbDisconnect(con) } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, \code{\link{dbCreateTableArrow}()}, @@ -175,6 +174,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbAppendTableArrow.Rd b/man/dbAppendTableArrow.Rd index 7f66fd75..4ced55a6 100644 --- a/man/dbAppendTableArrow.Rd +++ b/man/dbAppendTableArrow.Rd @@ -50,8 +50,8 @@ an error is raised; the remote table remains unchanged. An error is raised when calling this method for a closed or invalid connection. An error is also raised -if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} or -if this results in a non-scalar. +if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} +or if this results in a non-scalar. } @@ -137,7 +137,6 @@ dbDisconnect(con) } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbCreateTable}()}, \code{\link{dbCreateTableArrow}()}, @@ -149,6 +148,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbBind.Rd b/man/dbBind.Rd index ecf2c9f5..e737e1ba 100644 --- a/man/dbBind.Rd +++ b/man/dbBind.Rd @@ -22,8 +22,8 @@ with one column per query parameter.} \value{ \code{dbBind()} returns the result set, invisibly, -for queries issued by \code{\link[=dbSendQuery]{dbSendQuery()}} or \code{\link[=dbSendQueryArrow]{dbSendQueryArrow()}} and -also for data manipulation statements issued by +for queries issued by \code{\link[=dbSendQuery]{dbSendQuery()}} or \code{\link[=dbSendQueryArrow]{dbSendQueryArrow()}} +and also for data manipulation statements issued by \code{\link[=dbSendStatement]{dbSendStatement()}}. } \description{ @@ -344,7 +344,6 @@ dbDisconnect(con) } \seealso{ Other DBIResult generics: -\code{\link{DBIResult-class}}, \code{\link{dbClearResult}()}, \code{\link{dbColumnInfo}()}, \code{\link{dbFetch}()}, @@ -353,17 +352,18 @@ Other DBIResult generics: \code{\link{dbGetRowsAffected}()}, \code{\link{dbGetStatement}()}, \code{\link{dbHasCompleted}()}, +\code{\link{DBIResult-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbQuoteLiteral}()}, \code{\link{dbQuoteString}()} Other DBIResultArrow generics: -\code{\link{DBIResultArrow-class}}, \code{\link{dbClearResult}()}, \code{\link{dbFetchArrow}()}, \code{\link{dbFetchArrowChunk}()}, \code{\link{dbHasCompleted}()}, +\code{\link{DBIResultArrow-class}}, \code{\link{dbIsValid}()} Other data retrieval generics: diff --git a/man/dbCanConnect.Rd b/man/dbCanConnect.Rd index fbf3ee4a..73a1285b 100644 --- a/man/dbCanConnect.Rd +++ b/man/dbCanConnect.Rd @@ -37,11 +37,11 @@ dbCanConnect(RSQLite::SQLite(), ":memory:") } \seealso{ Other DBIDriver generics: -\code{\link{DBIDriver-class}}, \code{\link{dbConnect}()}, \code{\link{dbDataType}()}, \code{\link{dbDriver}()}, \code{\link{dbGetInfo}()}, +\code{\link{DBIDriver-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListConnections}()} diff --git a/man/dbClearResult.Rd b/man/dbClearResult.Rd index 68417c03..e3965860 100644 --- a/man/dbClearResult.Rd +++ b/man/dbClearResult.Rd @@ -125,7 +125,6 @@ dbDisconnect(con) } \seealso{ Other DBIResult generics: -\code{\link{DBIResult-class}}, \code{\link{dbBind}()}, \code{\link{dbColumnInfo}()}, \code{\link{dbFetch}()}, @@ -134,17 +133,18 @@ Other DBIResult generics: \code{\link{dbGetRowsAffected}()}, \code{\link{dbGetStatement}()}, \code{\link{dbHasCompleted}()}, +\code{\link{DBIResult-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbQuoteLiteral}()}, \code{\link{dbQuoteString}()} Other DBIResultArrow generics: -\code{\link{DBIResultArrow-class}}, \code{\link{dbBind}()}, \code{\link{dbFetchArrow}()}, \code{\link{dbFetchArrowChunk}()}, \code{\link{dbHasCompleted}()}, +\code{\link{DBIResultArrow-class}}, \code{\link{dbIsValid}()} Other data retrieval generics: diff --git a/man/dbColumnInfo.Rd b/man/dbColumnInfo.Rd index c110757a..9fc61657 100644 --- a/man/dbColumnInfo.Rd +++ b/man/dbColumnInfo.Rd @@ -105,7 +105,6 @@ dbDisconnect(con) } \seealso{ Other DBIResult generics: -\code{\link{DBIResult-class}}, \code{\link{dbBind}()}, \code{\link{dbClearResult}()}, \code{\link{dbFetch}()}, @@ -114,6 +113,7 @@ Other DBIResult generics: \code{\link{dbGetRowsAffected}()}, \code{\link{dbGetStatement}()}, \code{\link{dbHasCompleted}()}, +\code{\link{DBIResult-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbQuoteLiteral}()}, diff --git a/man/dbConnect.Rd b/man/dbConnect.Rd index 86f7b07a..67cab7a5 100644 --- a/man/dbConnect.Rd +++ b/man/dbConnect.Rd @@ -86,19 +86,19 @@ dbListTables(con <- dbConnect(RSQLite::SQLite(), ":memory:")) \code{\link[=dbDisconnect]{dbDisconnect()}} to disconnect from a database. Other DBIDriver generics: -\code{\link{DBIDriver-class}}, \code{\link{dbCanConnect}()}, \code{\link{dbDataType}()}, \code{\link{dbDriver}()}, \code{\link{dbGetInfo}()}, +\code{\link{DBIDriver-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListConnections}()} Other DBIConnector generics: -\code{\link{DBIConnector-class}}, \code{\link{dbDataType}()}, \code{\link{dbGetConnectArgs}()}, +\code{\link{DBIConnector-class}}, \code{\link{dbIsReadOnly}()} } \concept{DBIConnector generics} diff --git a/man/dbCreateTable.Rd b/man/dbCreateTable.Rd index 4cf75e90..fd9b6789 100644 --- a/man/dbCreateTable.Rd +++ b/man/dbCreateTable.Rd @@ -65,8 +65,8 @@ If the table exists, an error is raised; the remote table remains unchanged. An error is raised when calling this method for a closed or invalid connection. An error is also raised -if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} or -if this results in a non-scalar. +if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} +or if this results in a non-scalar. Invalid values for the \code{row.names} and \code{temporary} arguments (non-scalars, unsupported data types, @@ -134,7 +134,6 @@ dbDisconnect(con) } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTableArrow}()}, @@ -146,6 +145,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbCreateTableArrow.Rd b/man/dbCreateTableArrow.Rd index cf31d03c..48a83bc2 100644 --- a/man/dbCreateTableArrow.Rd +++ b/man/dbCreateTableArrow.Rd @@ -49,8 +49,8 @@ If the table exists, an error is raised; the remote table remains unchanged. An error is raised when calling this method for a closed or invalid connection. An error is also raised -if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} or -if this results in a non-scalar. +if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} +or if this results in a non-scalar. Invalid values for the \code{temporary} argument (non-scalars, unsupported data types, @@ -111,7 +111,6 @@ dbDisconnect(con) } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -123,6 +122,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbDataType.Rd b/man/dbDataType.Rd index f7c21996..7a49bc32 100644 --- a/man/dbDataType.Rd +++ b/man/dbDataType.Rd @@ -76,8 +76,8 @@ this method also must accept lists of \link{raw} vectors, and \link[blob:blob]{blob::blob} objects. As-is objects (i.e., wrapped by \code{\link[=I]{I()}}) must be supported and return the same results as their unwrapped counterparts. -The SQL data type for \link{factor} and -\link{ordered} is the same as for character. +The SQL data type for \link{factor} +and \link{ordered} is the same as for character. The behavior for other object types is not specified. @@ -122,17 +122,16 @@ dbDisconnect(con) } \seealso{ Other DBIDriver generics: -\code{\link{DBIDriver-class}}, \code{\link{dbCanConnect}()}, \code{\link{dbConnect}()}, \code{\link{dbDriver}()}, \code{\link{dbGetInfo}()}, +\code{\link{DBIDriver-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListConnections}()} Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -144,6 +143,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, @@ -162,9 +162,9 @@ Other DBIConnection generics: \code{\link{dbWriteTableArrow}()} Other DBIConnector generics: -\code{\link{DBIConnector-class}}, \code{\link{dbConnect}()}, \code{\link{dbGetConnectArgs}()}, +\code{\link{DBIConnector-class}}, \code{\link{dbIsReadOnly}()} } \concept{DBIConnection generics} diff --git a/man/dbDisconnect.Rd b/man/dbDisconnect.Rd index a1658ac2..f3638356 100644 --- a/man/dbDisconnect.Rd +++ b/man/dbDisconnect.Rd @@ -41,7 +41,6 @@ dbDisconnect(con) } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -53,6 +52,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbDriver.Rd b/man/dbDriver.Rd index 26c32a6b..7b7ece88 100644 --- a/man/dbDriver.Rd +++ b/man/dbDriver.Rd @@ -56,21 +56,21 @@ RSQLite::SQLite() } \seealso{ Other DBIDriver generics: -\code{\link{DBIDriver-class}}, \code{\link{dbCanConnect}()}, \code{\link{dbConnect}()}, \code{\link{dbDataType}()}, \code{\link{dbGetInfo}()}, +\code{\link{DBIDriver-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListConnections}()} Other DBIDriver generics: -\code{\link{DBIDriver-class}}, \code{\link{dbCanConnect}()}, \code{\link{dbConnect}()}, \code{\link{dbDataType}()}, \code{\link{dbGetInfo}()}, +\code{\link{DBIDriver-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListConnections}()} diff --git a/man/dbExecute.Rd b/man/dbExecute.Rd index 2b322229..ef06fe76 100644 --- a/man/dbExecute.Rd +++ b/man/dbExecute.Rd @@ -150,7 +150,6 @@ dbDisconnect(con) For queries: \code{\link[=dbSendQuery]{dbSendQuery()}} and \code{\link[=dbGetQuery]{dbGetQuery()}}. Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -162,6 +161,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbExistsTable.Rd b/man/dbExistsTable.Rd index cb3ea5d2..3fa14644 100644 --- a/man/dbExistsTable.Rd +++ b/man/dbExistsTable.Rd @@ -39,8 +39,8 @@ Returns if a table given by name exists in the database. An error is raised when calling this method for a closed or invalid connection. An error is also raised -if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} or -if this results in a non-scalar. +if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} +or if this results in a non-scalar. } @@ -73,7 +73,6 @@ dbDisconnect(con) } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -85,6 +84,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbFetch.Rd b/man/dbFetch.Rd index 79b0d3a3..7be84f11 100644 --- a/man/dbFetch.Rd +++ b/man/dbFetch.Rd @@ -21,8 +21,8 @@ special values.} \item{...}{Other arguments passed on to methods.} } \value{ -\code{dbFetch()} always returns a \link{data.frame} with -as many rows as records were fetched and as many +\code{dbFetch()} always returns a \link{data.frame} +with as many rows as records were fetched and as many columns as fields in the result set, even if the result is a single value or has one @@ -89,8 +89,8 @@ greater or equal to -1 or Inf, an error is raised, but a subsequent call to \code{dbFetch()} with proper \code{n} argument succeeds. Calling \code{dbFetch()} on a result set from a data manipulation query -created by \code{\link[=dbSendStatement]{dbSendStatement()}} can -be fetched and return an empty data frame, with a warning. +created by \code{\link[=dbSendStatement]{dbSendStatement()}} +can be fetched and return an empty data frame, with a warning. } @@ -100,8 +100,8 @@ be fetched and return an empty data frame, with a warning. Fetching multi-row queries with one or more columns by default returns the entire result. Multi-row queries can also be fetched progressively -by passing a whole number (\link{integer} or -\link{numeric}) +by passing a whole number (\link{integer} +or \link{numeric}) as the \code{n} argument. A value of \link{Inf} for the \code{n} argument is supported and also returns the full result. @@ -194,7 +194,6 @@ Close the result set with \code{\link[=dbClearResult]{dbClearResult()}} as soon finish retrieving the records you want. Other DBIResult generics: -\code{\link{DBIResult-class}}, \code{\link{dbBind}()}, \code{\link{dbClearResult}()}, \code{\link{dbColumnInfo}()}, @@ -203,6 +202,7 @@ Other DBIResult generics: \code{\link{dbGetRowsAffected}()}, \code{\link{dbGetStatement}()}, \code{\link{dbHasCompleted}()}, +\code{\link{DBIResult-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbQuoteLiteral}()}, diff --git a/man/dbFetchArrow.Rd b/man/dbFetchArrow.Rd index 32bf3693..400b984f 100644 --- a/man/dbFetchArrow.Rd +++ b/man/dbFetchArrow.Rd @@ -13,8 +13,8 @@ dbFetchArrow(res, ...) \item{...}{Other arguments passed on to methods.} } \value{ -\code{dbFetchArrow()} always returns an object coercible to a \link{data.frame} with -as many rows as records were fetched and as many +\code{dbFetchArrow()} always returns an object coercible to a \link{data.frame} +with as many rows as records were fetched and as many columns as fields in the result set, even if the result is a single value or has one @@ -95,11 +95,11 @@ Close the result set with \code{\link[=dbClearResult]{dbClearResult()}} as soon finish retrieving the records you want. Other DBIResultArrow generics: -\code{\link{DBIResultArrow-class}}, \code{\link{dbBind}()}, \code{\link{dbClearResult}()}, \code{\link{dbFetchArrowChunk}()}, \code{\link{dbHasCompleted}()}, +\code{\link{DBIResultArrow-class}}, \code{\link{dbIsValid}()} Other data retrieval generics: diff --git a/man/dbFetchArrowChunk.Rd b/man/dbFetchArrowChunk.Rd index 399f8148..cd9b1e84 100644 --- a/man/dbFetchArrowChunk.Rd +++ b/man/dbFetchArrowChunk.Rd @@ -13,8 +13,8 @@ dbFetchArrowChunk(res, ...) \item{...}{Other arguments passed on to methods.} } \value{ -\code{dbFetchArrowChunk()} always returns an object coercible to a \link{data.frame} with -as many rows as records were fetched and as many +\code{dbFetchArrowChunk()} always returns an object coercible to a \link{data.frame} +with as many rows as records were fetched and as many columns as fields in the result set, even if the result is a single value or has one @@ -98,11 +98,11 @@ Close the result set with \code{\link[=dbClearResult]{dbClearResult()}} as soon finish retrieving the records you want. Other DBIResultArrow generics: -\code{\link{DBIResultArrow-class}}, \code{\link{dbBind}()}, \code{\link{dbClearResult}()}, \code{\link{dbFetchArrow}()}, \code{\link{dbHasCompleted}()}, +\code{\link{DBIResultArrow-class}}, \code{\link{dbIsValid}()} Other data retrieval generics: diff --git a/man/dbGetConnectArgs.Rd b/man/dbGetConnectArgs.Rd index 816a1b35..c4466925 100644 --- a/man/dbGetConnectArgs.Rd +++ b/man/dbGetConnectArgs.Rd @@ -34,9 +34,9 @@ dbGetConnectArgs(cnr, eval = FALSE) } \seealso{ Other DBIConnector generics: -\code{\link{DBIConnector-class}}, \code{\link{dbConnect}()}, \code{\link{dbDataType}()}, +\code{\link{DBIConnector-class}}, \code{\link{dbIsReadOnly}()} } \concept{DBIConnector generics} diff --git a/man/dbGetException.Rd b/man/dbGetException.Rd index 8cf25641..a17661b2 100644 --- a/man/dbGetException.Rd +++ b/man/dbGetException.Rd @@ -23,7 +23,6 @@ warnings. } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -35,6 +34,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbGetInfo.Rd b/man/dbGetInfo.Rd index f5408a0d..f730e68c 100644 --- a/man/dbGetInfo.Rd +++ b/man/dbGetInfo.Rd @@ -66,17 +66,16 @@ constructs such a list from the return values of the corresponding methods, \seealso{ Other DBIDriver generics: -\code{\link{DBIDriver-class}}, \code{\link{dbCanConnect}()}, \code{\link{dbConnect}()}, \code{\link{dbDataType}()}, \code{\link{dbDriver}()}, +\code{\link{DBIDriver-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListConnections}()} Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -88,6 +87,7 @@ Other DBIConnection generics: \code{\link{dbGetException}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, @@ -106,7 +106,6 @@ Other DBIConnection generics: \code{\link{dbWriteTableArrow}()} Other DBIResult generics: -\code{\link{DBIResult-class}}, \code{\link{dbBind}()}, \code{\link{dbClearResult}()}, \code{\link{dbColumnInfo}()}, @@ -115,6 +114,7 @@ Other DBIResult generics: \code{\link{dbGetRowsAffected}()}, \code{\link{dbGetStatement}()}, \code{\link{dbHasCompleted}()}, +\code{\link{DBIResult-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbQuoteLiteral}()}, diff --git a/man/dbGetQuery.Rd b/man/dbGetQuery.Rd index 6a59eb8f..58c8e506 100644 --- a/man/dbGetQuery.Rd +++ b/man/dbGetQuery.Rd @@ -15,8 +15,8 @@ dbGetQuery(conn, statement, ...) \item{...}{Other parameters passed on to methods.} } \value{ -\code{dbGetQuery()} always returns a \link{data.frame}, with -as many rows as records were fetched and as many +\code{dbGetQuery()} always returns a \link{data.frame} +with as many rows as records were fetched and as many columns as fields in the result set, even if the result is a single value or has one @@ -174,7 +174,6 @@ dbDisconnect(con) For updates: \code{\link[=dbSendStatement]{dbSendStatement()}} and \code{\link[=dbExecute]{dbExecute()}}. Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -186,6 +185,7 @@ Other DBIConnection generics: \code{\link{dbGetException}()}, \code{\link{dbGetInfo}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbGetQueryArrow.Rd b/man/dbGetQueryArrow.Rd index de8d15ee..46fec128 100644 --- a/man/dbGetQueryArrow.Rd +++ b/man/dbGetQueryArrow.Rd @@ -15,8 +15,8 @@ dbGetQueryArrow(conn, statement, ...) \item{...}{Other parameters passed on to methods.} } \value{ -\code{dbGetQueryArrow()} always returns an object coercible to a \link{data.frame}, with -as many rows as records were fetched and as many +\code{dbGetQueryArrow()} always returns an object coercible to a \link{data.frame} +with as many rows as records were fetched and as many columns as fields in the result set, even if the result is a single value or has one @@ -148,7 +148,6 @@ dbDisconnect(con) For updates: \code{\link[=dbSendStatementArrow]{dbSendStatementArrow()}} and \code{\link[=dbExecute]{dbExecute()}}. Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -160,6 +159,7 @@ Other DBIConnection generics: \code{\link{dbGetException}()}, \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbGetRowCount.Rd b/man/dbGetRowCount.Rd index 9402d51f..1bbc3aff 100644 --- a/man/dbGetRowCount.Rd +++ b/man/dbGetRowCount.Rd @@ -63,7 +63,6 @@ dbDisconnect(con) } \seealso{ Other DBIResult generics: -\code{\link{DBIResult-class}}, \code{\link{dbBind}()}, \code{\link{dbClearResult}()}, \code{\link{dbColumnInfo}()}, @@ -72,6 +71,7 @@ Other DBIResult generics: \code{\link{dbGetRowsAffected}()}, \code{\link{dbGetStatement}()}, \code{\link{dbHasCompleted}()}, +\code{\link{DBIResult-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbQuoteLiteral}()}, diff --git a/man/dbGetRowsAffected.Rd b/man/dbGetRowsAffected.Rd index 056f6fc9..36a9a116 100644 --- a/man/dbGetRowsAffected.Rd +++ b/man/dbGetRowsAffected.Rd @@ -83,7 +83,6 @@ dbDisconnect(con) } \seealso{ Other DBIResult generics: -\code{\link{DBIResult-class}}, \code{\link{dbBind}()}, \code{\link{dbClearResult}()}, \code{\link{dbColumnInfo}()}, @@ -92,6 +91,7 @@ Other DBIResult generics: \code{\link{dbGetRowCount}()}, \code{\link{dbGetStatement}()}, \code{\link{dbHasCompleted}()}, +\code{\link{DBIResult-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbQuoteLiteral}()}, diff --git a/man/dbGetStatement.Rd b/man/dbGetStatement.Rd index 38845059..b0404ecc 100644 --- a/man/dbGetStatement.Rd +++ b/man/dbGetStatement.Rd @@ -13,8 +13,8 @@ dbGetStatement(res, ...) } \value{ \code{dbGetStatement()} returns a string, the query used in -either \code{\link[=dbSendQuery]{dbSendQuery()}} or -\code{\link[=dbSendStatement]{dbSendStatement()}}. +either \code{\link[=dbSendQuery]{dbSendQuery()}} +or \code{\link[=dbSendStatement]{dbSendStatement()}}. } \description{ Returns the statement that was passed to \code{\link[=dbSendQuery]{dbSendQuery()}} @@ -44,7 +44,6 @@ dbDisconnect(con) } \seealso{ Other DBIResult generics: -\code{\link{DBIResult-class}}, \code{\link{dbBind}()}, \code{\link{dbClearResult}()}, \code{\link{dbColumnInfo}()}, @@ -53,6 +52,7 @@ Other DBIResult generics: \code{\link{dbGetRowCount}()}, \code{\link{dbGetRowsAffected}()}, \code{\link{dbHasCompleted}()}, +\code{\link{DBIResult-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbQuoteLiteral}()}, diff --git a/man/dbHasCompleted.Rd b/man/dbHasCompleted.Rd index 8a9ef5cf..52d67630 100644 --- a/man/dbHasCompleted.Rd +++ b/man/dbHasCompleted.Rd @@ -108,7 +108,6 @@ dbDisconnect(con) } \seealso{ Other DBIResult generics: -\code{\link{DBIResult-class}}, \code{\link{dbBind}()}, \code{\link{dbClearResult}()}, \code{\link{dbColumnInfo}()}, @@ -117,17 +116,18 @@ Other DBIResult generics: \code{\link{dbGetRowCount}()}, \code{\link{dbGetRowsAffected}()}, \code{\link{dbGetStatement}()}, +\code{\link{DBIResult-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbQuoteLiteral}()}, \code{\link{dbQuoteString}()} Other DBIResultArrow generics: -\code{\link{DBIResultArrow-class}}, \code{\link{dbBind}()}, \code{\link{dbClearResult}()}, \code{\link{dbFetchArrow}()}, \code{\link{dbFetchArrowChunk}()}, +\code{\link{DBIResultArrow-class}}, \code{\link{dbIsValid}()} Other data retrieval generics: diff --git a/man/dbIsReadOnly.Rd b/man/dbIsReadOnly.Rd index 1e1d2afc..aeda3a74 100644 --- a/man/dbIsReadOnly.Rd +++ b/man/dbIsReadOnly.Rd @@ -23,17 +23,16 @@ dbIsReadOnly(ANSI()) } \seealso{ Other DBIDriver generics: -\code{\link{DBIDriver-class}}, \code{\link{dbCanConnect}()}, \code{\link{dbConnect}()}, \code{\link{dbDataType}()}, \code{\link{dbDriver}()}, \code{\link{dbGetInfo}()}, +\code{\link{DBIDriver-class}}, \code{\link{dbIsValid}()}, \code{\link{dbListConnections}()} Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -46,6 +45,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, \code{\link{dbListObjects}()}, @@ -63,7 +63,6 @@ Other DBIConnection generics: \code{\link{dbWriteTableArrow}()} Other DBIResult generics: -\code{\link{DBIResult-class}}, \code{\link{dbBind}()}, \code{\link{dbClearResult}()}, \code{\link{dbColumnInfo}()}, @@ -73,15 +72,16 @@ Other DBIResult generics: \code{\link{dbGetRowsAffected}()}, \code{\link{dbGetStatement}()}, \code{\link{dbHasCompleted}()}, +\code{\link{DBIResult-class}}, \code{\link{dbIsValid}()}, \code{\link{dbQuoteLiteral}()}, \code{\link{dbQuoteString}()} Other DBIConnector generics: -\code{\link{DBIConnector-class}}, \code{\link{dbConnect}()}, \code{\link{dbDataType}()}, -\code{\link{dbGetConnectArgs}()} +\code{\link{dbGetConnectArgs}()}, +\code{\link{DBIConnector-class}} } \concept{DBIConnection generics} \concept{DBIConnector generics} diff --git a/man/dbIsValid.Rd b/man/dbIsValid.Rd index d6fc77ae..40270846 100644 --- a/man/dbIsValid.Rd +++ b/man/dbIsValid.Rd @@ -56,17 +56,16 @@ dbIsValid(con) } \seealso{ Other DBIDriver generics: -\code{\link{DBIDriver-class}}, \code{\link{dbCanConnect}()}, \code{\link{dbConnect}()}, \code{\link{dbDataType}()}, \code{\link{dbDriver}()}, \code{\link{dbGetInfo}()}, +\code{\link{DBIDriver-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbListConnections}()} Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -79,6 +78,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbListFields}()}, \code{\link{dbListObjects}()}, @@ -96,7 +96,6 @@ Other DBIConnection generics: \code{\link{dbWriteTableArrow}()} Other DBIResult generics: -\code{\link{DBIResult-class}}, \code{\link{dbBind}()}, \code{\link{dbClearResult}()}, \code{\link{dbColumnInfo}()}, @@ -106,17 +105,18 @@ Other DBIResult generics: \code{\link{dbGetRowsAffected}()}, \code{\link{dbGetStatement}()}, \code{\link{dbHasCompleted}()}, +\code{\link{DBIResult-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbQuoteLiteral}()}, \code{\link{dbQuoteString}()} Other DBIResultArrow generics: -\code{\link{DBIResultArrow-class}}, \code{\link{dbBind}()}, \code{\link{dbClearResult}()}, \code{\link{dbFetchArrow}()}, \code{\link{dbFetchArrowChunk}()}, -\code{\link{dbHasCompleted}()} +\code{\link{dbHasCompleted}()}, +\code{\link{DBIResultArrow-class}} } \concept{DBIConnection generics} \concept{DBIDriver generics} diff --git a/man/dbListConnections.Rd b/man/dbListConnections.Rd index f3e4444f..1b87cbd4 100644 --- a/man/dbListConnections.Rd +++ b/man/dbListConnections.Rd @@ -20,12 +20,12 @@ Keep track of the connections you opened if you require a list. } \seealso{ Other DBIDriver generics: -\code{\link{DBIDriver-class}}, \code{\link{dbCanConnect}()}, \code{\link{dbConnect}()}, \code{\link{dbDataType}()}, \code{\link{dbDriver}()}, \code{\link{dbGetInfo}()}, +\code{\link{DBIDriver-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()} } diff --git a/man/dbListFields.Rd b/man/dbListFields.Rd index 7d772855..663ce7ec 100644 --- a/man/dbListFields.Rd +++ b/man/dbListFields.Rd @@ -78,7 +78,6 @@ dbDisconnect(con) \code{\link[=dbColumnInfo]{dbColumnInfo()}} to get the type of the fields. Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -91,6 +90,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListObjects}()}, diff --git a/man/dbListObjects.Rd b/man/dbListObjects.Rd index 1ef2d6fb..724ab99e 100644 --- a/man/dbListObjects.Rd +++ b/man/dbListObjects.Rd @@ -29,8 +29,8 @@ This data frame contains one row for each object (schema, table and view) accessible from the prefix (if passed) or from the global namespace (if prefix is omitted). -Tables added with \code{\link[=dbWriteTable]{dbWriteTable()}} are -part of the data frame. +Tables added with \code{\link[=dbWriteTable]{dbWriteTable()}} +are part of the data frame. As soon a table is removed from the database, it is also removed from the data frame of database objects. @@ -95,7 +95,6 @@ dbDisconnect(con) } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -108,6 +107,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbListResults.Rd b/man/dbListResults.Rd index 1274ca3b..85b33ef4 100644 --- a/man/dbListResults.Rd +++ b/man/dbListResults.Rd @@ -23,7 +23,6 @@ functionality. } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -36,6 +35,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbListTables.Rd b/man/dbListTables.Rd index f2cac38f..263df8af 100644 --- a/man/dbListTables.Rd +++ b/man/dbListTables.Rd @@ -18,8 +18,8 @@ returns a character vector that enumerates all tables and views in the database. -Tables added with \code{\link[=dbWriteTable]{dbWriteTable()}} are -part of the list. +Tables added with \code{\link[=dbWriteTable]{dbWriteTable()}} +are part of the list. As soon a table is removed from the database, it is also removed from the list of database tables. @@ -56,7 +56,6 @@ dbDisconnect(con) } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -69,6 +68,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbQuoteIdentifier.Rd b/man/dbQuoteIdentifier.Rd index 95b76a53..f77bcdf1 100644 --- a/man/dbQuoteIdentifier.Rd +++ b/man/dbQuoteIdentifier.Rd @@ -89,7 +89,6 @@ dbQuoteIdentifier(ANSI(), dbQuoteIdentifier(ANSI(), name)) } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -102,6 +101,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbQuoteLiteral.Rd b/man/dbQuoteLiteral.Rd index e4f3595b..e42c3de7 100644 --- a/man/dbQuoteLiteral.Rd +++ b/man/dbQuoteLiteral.Rd @@ -95,7 +95,6 @@ dbQuoteLiteral(ANSI(), dbQuoteLiteral(ANSI(), name)) } \seealso{ Other DBIResult generics: -\code{\link{DBIResult-class}}, \code{\link{dbBind}()}, \code{\link{dbClearResult}()}, \code{\link{dbColumnInfo}()}, @@ -105,6 +104,7 @@ Other DBIResult generics: \code{\link{dbGetRowsAffected}()}, \code{\link{dbGetStatement}()}, \code{\link{dbHasCompleted}()}, +\code{\link{DBIResult-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbQuoteString}()} diff --git a/man/dbQuoteString.Rd b/man/dbQuoteString.Rd index 4552948a..08a32f25 100644 --- a/man/dbQuoteString.Rd +++ b/man/dbQuoteString.Rd @@ -90,7 +90,6 @@ dbQuoteString(ANSI(), dbQuoteString(ANSI(), name)) } \seealso{ Other DBIResult generics: -\code{\link{DBIResult-class}}, \code{\link{dbBind}()}, \code{\link{dbClearResult}()}, \code{\link{dbColumnInfo}()}, @@ -100,6 +99,7 @@ Other DBIResult generics: \code{\link{dbGetRowsAffected}()}, \code{\link{dbGetStatement}()}, \code{\link{dbHasCompleted}()}, +\code{\link{DBIResult-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbQuoteLiteral}()} diff --git a/man/dbReadTable.Rd b/man/dbReadTable.Rd index 9c8204ce..a19c56db 100644 --- a/man/dbReadTable.Rd +++ b/man/dbReadTable.Rd @@ -24,8 +24,8 @@ given verbatim, e.g. \code{SQL('"my_schema"."table_name"')} } \value{ \code{dbReadTable()} returns a data frame that contains the complete data -from the remote table, effectively the result of calling \code{\link[=dbGetQuery]{dbGetQuery()}} with -\verb{SELECT * FROM }. +from the remote table, effectively the result of calling \code{\link[=dbGetQuery]{dbGetQuery()}} +with \verb{SELECT * FROM }. An empty table is returned as a data frame with zero rows. @@ -130,7 +130,6 @@ dbDisconnect(con) } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -143,6 +142,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbReadTableArrow.Rd b/man/dbReadTableArrow.Rd index e839c5a9..3aaf4f17 100644 --- a/man/dbReadTableArrow.Rd +++ b/man/dbReadTableArrow.Rd @@ -23,11 +23,11 @@ given verbatim, e.g. \code{SQL('"my_schema"."table_name"')} \item{...}{Other parameters passed on to methods.} } \value{ -\code{dbReadTableArrow()} returns an Arrow object that contains the complete data -from the remote table, effectively the result of calling \code{\link[=dbGetQueryArrow]{dbGetQueryArrow()}} with -\verb{SELECT * FROM }. +\code{dbReadTableArrow()} returns a data frame that contains the complete data +from the remote table, effectively the result of calling \code{\link[=dbGetQueryArrow]{dbGetQueryArrow()}} +with \verb{SELECT * FROM }. -An empty table is returned as an Arrow object with zero rows. +An empty table is returned as a data frame with zero rows. } \description{ \ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#experimental}{\figure{lifecycle-experimental.svg}{options: alt='[Experimental]'}}}{\strong{[Experimental]}} @@ -51,8 +51,8 @@ An error is raised if the table does not exist. An error is raised when calling this method for a closed or invalid connection. An error is raised -if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} or -if this results in a non-scalar. +if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} +or if this results in a non-scalar. } @@ -83,7 +83,6 @@ dbDisconnect(con) } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -96,6 +95,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbRemoveTable.Rd b/man/dbRemoveTable.Rd index 8907ba28..85e685ab 100644 --- a/man/dbRemoveTable.Rd +++ b/man/dbRemoveTable.Rd @@ -40,8 +40,8 @@ An attempt to remove a view with this function may result in an error. An error is raised when calling this method for a closed or invalid connection. An error is also raised -if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} or -if this results in a non-scalar. +if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} +or if this results in a non-scalar. } @@ -103,7 +103,6 @@ dbDisconnect(con) } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -116,6 +115,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbSendQuery.Rd b/man/dbSendQuery.Rd index 8709e1ac..dc44715d 100644 --- a/man/dbSendQuery.Rd +++ b/man/dbSendQuery.Rd @@ -210,7 +210,6 @@ dbDisconnect(con) For updates: \code{\link[=dbSendStatement]{dbSendStatement()}} and \code{\link[=dbExecute]{dbExecute()}}. Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -223,6 +222,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbSendQueryArrow.Rd b/man/dbSendQueryArrow.Rd index 0233ed49..f02a2e3e 100644 --- a/man/dbSendQueryArrow.Rd +++ b/man/dbSendQueryArrow.Rd @@ -180,7 +180,6 @@ dbDisconnect(con) For updates: \code{\link[=dbSendStatement]{dbSendStatement()}} and \code{\link[=dbExecute]{dbExecute()}}. Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -193,6 +192,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbSendStatement.Rd b/man/dbSendStatement.Rd index b4ce905f..b4a0d2b9 100644 --- a/man/dbSendStatement.Rd +++ b/man/dbSendStatement.Rd @@ -202,7 +202,6 @@ dbDisconnect(con) For queries: \code{\link[=dbSendQuery]{dbSendQuery()}} and \code{\link[=dbGetQuery]{dbGetQuery()}}. Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -215,6 +214,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbUnquoteIdentifier.Rd b/man/dbUnquoteIdentifier.Rd index 9d9d3598..e6fdb479 100644 --- a/man/dbUnquoteIdentifier.Rd +++ b/man/dbUnquoteIdentifier.Rd @@ -57,8 +57,8 @@ or quotes used to mark strings or identifiers, if the database supports this. -Unquoting simple strings (consisting of only letters) wrapped with \code{\link[=SQL]{SQL()}} and -then quoting via \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} gives the same result as just +Unquoting simple strings (consisting of only letters) wrapped with \code{\link[=SQL]{SQL()}} +and then quoting via \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} gives the same result as just quoting the string. Similarly, unquoting expressions of the form \code{SQL("schema.table")} and then quoting gives the same result as quoting the identifier @@ -91,7 +91,6 @@ dbQuoteIdentifier( } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -104,6 +103,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbWriteTable.Rd b/man/dbWriteTable.Rd index cd70185f..9e1235ff 100644 --- a/man/dbWriteTable.Rd +++ b/man/dbWriteTable.Rd @@ -58,8 +58,8 @@ an error is raised; the remote table remains unchanged. An error is raised when calling this method for a closed or invalid connection. An error is also raised -if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} or -if this results in a non-scalar. +if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} +or if this results in a non-scalar. Invalid values for the additional arguments \code{row.names}, \code{overwrite}, \code{append}, \code{field.types}, and \code{temporary} (non-scalars, @@ -215,7 +215,6 @@ dbReadTable(con, "mtcars") } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -228,6 +227,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()}, diff --git a/man/dbWriteTableArrow.Rd b/man/dbWriteTableArrow.Rd index 8cc5340a..92fe3b09 100644 --- a/man/dbWriteTableArrow.Rd +++ b/man/dbWriteTableArrow.Rd @@ -56,8 +56,8 @@ an error is raised; the remote table remains unchanged. An error is raised when calling this method for a closed or invalid connection. An error is also raised -if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} or -if this results in a non-scalar. +if \code{name} cannot be processed with \code{\link[=dbQuoteIdentifier]{dbQuoteIdentifier()}} +or if this results in a non-scalar. Invalid values for the additional arguments \code{overwrite}, \code{append}, and \code{temporary} (non-scalars, @@ -180,7 +180,6 @@ dbReadTable(con, "mtcars") } \seealso{ Other DBIConnection generics: -\code{\link{DBIConnection-class}}, \code{\link{dbAppendTable}()}, \code{\link{dbAppendTableArrow}()}, \code{\link{dbCreateTable}()}, @@ -193,6 +192,7 @@ Other DBIConnection generics: \code{\link{dbGetInfo}()}, \code{\link{dbGetQuery}()}, \code{\link{dbGetQueryArrow}()}, +\code{\link{DBIConnection-class}}, \code{\link{dbIsReadOnly}()}, \code{\link{dbIsValid}()}, \code{\link{dbListFields}()},