
rstudio.github.io/pool/reference/DBI-custom.html
Preview meta tags from the rstudio.github.io website.
Linked Hostnames
5- 9 links todbi.r-dbi.org
- 2 links togithub.com
- 1 link tohadley.nz
- 1 link topkgdown.r-lib.org
- 1 link towww.posit.co
Search Engine Appearance
Unsupported DBI methods — DBI-custom
Most pool methods for DBI generics check out a connection, perform the operation, and the return the connection to the pool, as described in DBI-wrap. This page describes the exceptions: DBI::dbSendQuery() and DBI::dbSendStatement() can't work with pool because they return result sets that are bound to a specific connection. Instead use DBI::dbGetQuery(), DBI::dbExecute(), or localCheckout(). DBI::dbBegin(), DBI::dbRollback(), DBI::dbCommit(), and DBI::dbWithTransaction() can't work with pool because transactions are bound to a connection. Instead use poolWithTransaction(). DBI::dbDisconnect() can't work because pool handles disconnection. Use poolClose() instead. DBI::dbGetInfo() returns information about the pool, not the database connection. DBI::dbIsValid() returns whether or not the entire pool is valid (i.e. not closed).
Bing
Unsupported DBI methods — DBI-custom
Most pool methods for DBI generics check out a connection, perform the operation, and the return the connection to the pool, as described in DBI-wrap. This page describes the exceptions: DBI::dbSendQuery() and DBI::dbSendStatement() can't work with pool because they return result sets that are bound to a specific connection. Instead use DBI::dbGetQuery(), DBI::dbExecute(), or localCheckout(). DBI::dbBegin(), DBI::dbRollback(), DBI::dbCommit(), and DBI::dbWithTransaction() can't work with pool because transactions are bound to a connection. Instead use poolWithTransaction(). DBI::dbDisconnect() can't work because pool handles disconnection. Use poolClose() instead. DBI::dbGetInfo() returns information about the pool, not the database connection. DBI::dbIsValid() returns whether or not the entire pool is valid (i.e. not closed).
DuckDuckGo
Unsupported DBI methods — DBI-custom
Most pool methods for DBI generics check out a connection, perform the operation, and the return the connection to the pool, as described in DBI-wrap. This page describes the exceptions: DBI::dbSendQuery() and DBI::dbSendStatement() can't work with pool because they return result sets that are bound to a specific connection. Instead use DBI::dbGetQuery(), DBI::dbExecute(), or localCheckout(). DBI::dbBegin(), DBI::dbRollback(), DBI::dbCommit(), and DBI::dbWithTransaction() can't work with pool because transactions are bound to a connection. Instead use poolWithTransaction(). DBI::dbDisconnect() can't work because pool handles disconnection. Use poolClose() instead. DBI::dbGetInfo() returns information about the pool, not the database connection. DBI::dbIsValid() returns whether or not the entire pool is valid (i.e. not closed).
General Meta Tags
7- titleUnsupported DBI methods — DBI-custom • pool
- Content-Typetext/html; charset=UTF-8
- charsetutf-8
- X-UA-CompatibleIE=edge
- viewportwidth=device-width, initial-scale=1, shrink-to-fit=no
Open Graph Meta Tags
2- og:titleUnsupported DBI methods — DBI-custom
- og:descriptionMost pool methods for DBI generics check out a connection, perform the operation, and the return the connection to the pool, as described in DBI-wrap. This page describes the exceptions: DBI::dbSendQuery() and DBI::dbSendStatement() can't work with pool because they return result sets that are bound to a specific connection. Instead use DBI::dbGetQuery(), DBI::dbExecute(), or localCheckout(). DBI::dbBegin(), DBI::dbRollback(), DBI::dbCommit(), and DBI::dbWithTransaction() can't work with pool because transactions are bound to a connection. Instead use poolWithTransaction(). DBI::dbDisconnect() can't work because pool handles disconnection. Use poolClose() instead. DBI::dbGetInfo() returns information about the pool, not the database connection. DBI::dbIsValid() returns whether or not the entire pool is valid (i.e. not closed).
Link Tags
5- stylesheet../deps/bootstrap-5.3.1/bootstrap.min.css
- stylesheet../deps/Source_Sans_Pro-0.4.9/font.css
- stylesheet../deps/Source_Code_Pro-0.4.9/font.css
- stylesheet../deps/font-awesome-6.4.2/css/all.min.css
- stylesheet../deps/font-awesome-6.4.2/css/v4-shims.min.css
Links
14- https://dbi.r-dbi.org/reference/dbDisconnect.html
- https://dbi.r-dbi.org/reference/dbExecute.html
- https://dbi.r-dbi.org/reference/dbGetInfo.html
- https://dbi.r-dbi.org/reference/dbGetQuery.html
- https://dbi.r-dbi.org/reference/dbIsValid.html