Files in rstats-db/odbc
Connect to ODBC Compatible Databases (using the DBI Interface)

.Rbuildignore
.aspell/defaults.R
.aspell/odbc.rds
.covrignore
.github/.gitignore
.github/CODE_OF_CONDUCT.md .github/ISSUE_TEMPLATE.md
.github/check_format.sh
.github/drop_tables.R
.github/move.yml
.github/odbc/install-oracle-driver.sh
.github/odbc/odbc.ini
.github/odbc/odbcinst.ini
.github/odbc/simba.snowflake.ini
.github/odbc/tnsnames.ora
.github/workflows/R-CMD-check.yaml
.github/workflows/db-windows.yml
.github/workflows/db.yaml
.github/workflows/pkgdown.yaml
.github/workflows/pr-commands.yaml
.github/workflows/test-coverage.yaml
.gitignore
DESCRIPTION
LICENSE
LICENSE.md MAINTENANCE.md
Makefile
NAMESPACE
NEWS.md R/RcppExports.R R/aaa-odbc-data-type.R R/connection-pane.R R/db.R R/dbi-connection.R R/dbi-driver.R R/dbi-result.R R/dbi-table.R R/dbi.R R/driver-access.R R/driver-bigquery.R R/driver-databricks.R R/driver-db2.R R/driver-hana.R R/driver-hive.R R/driver-impala.R R/driver-mysql.R R/driver-oracle.R R/driver-postgres.R R/driver-redshift.R R/driver-snowflake.R R/driver-spark.R R/driver-sql-server.R R/driver-sqlite.R R/driver-teradata.R R/driver-vertica.R R/import-standalone-obj-type.R R/import-standalone-types-check.R R/odbc-config.R R/odbc-connection.R R/odbc-data-sources.R R/odbc-drivers.R R/odbc-package.R R/odbc.R R/utils.R R/zzz.R README.Rmd README.md
_pkgdown.yml
cleanup
codecov.yml
configure
configure.win
cran-comments.md
docker/Dockerfile
docker/script.sh
inst/COPYING
inst/diagrams.key
inst/icons/edit-sql.png
inst/icons/help.png
man/ConnectionAttributes.Rd man/DBI-classes.Rd man/DBI-methods.Rd man/DBI-tables.Rd man/OdbcConnection.Rd man/OdbcDriver.Rd man/OdbcResult.Rd man/Oracle.Rd man/SQLServer.Rd man/Snowflake.Rd man/databricks.Rd man/dbConnect-OdbcDriver-method.Rd man/dbListTables-OdbcConnection-method.Rd
man/figures/lifecycle-archived.svg
man/figures/lifecycle-defunct.svg
man/figures/lifecycle-deprecated.svg
man/figures/lifecycle-experimental.svg
man/figures/lifecycle-maturing.svg
man/figures/lifecycle-questioning.svg
man/figures/lifecycle-soft-deprecated.svg
man/figures/lifecycle-stable.svg
man/figures/lifecycle-superseded.svg
man/figures/r-interface.png
man/figures/whole-game.png
man/isTempTable.Rd man/odbc-package.Rd man/odbcConnectionActions.Rd man/odbcConnectionColumns.Rd man/odbcConnectionIcon.Rd man/odbcDataType.Rd man/odbcListColumns.Rd man/odbcListConfig.Rd man/odbcListDataSources.Rd man/odbcListDrivers.Rd man/odbcListObjectTypes.Rd man/odbcListObjects.Rd man/odbcPreviewObject.Rd man/odbcPreviewQuery.Rd man/odbcSetTransactionIsolationLevel.Rd man/quote_value.Rd
odbc.Rproj
revdep/.gitignore
revdep/README.md revdep/check.R
revdep/checks.rds
revdep/cran.md revdep/failures.md revdep/problems.md revdep/timing.md
src/.clang-format
src/.gitignore
src/Iconv.cpp
src/Iconv.h
src/Makevars.in
src/Makevars.win
src/RcppExports.cpp
src/cctz/.gitignore
src/cctz/BUILD
src/cctz/CONTRIBUTING.md
src/cctz/LICENSE.txt
src/cctz/Makefile
src/cctz/README.md
src/cctz/WORKSPACE
src/cctz/examples/classic.cc
src/cctz/examples/epoch_shift.cc
src/cctz/examples/example1.cc
src/cctz/examples/example2.cc
src/cctz/examples/example3.cc
src/cctz/examples/example4.cc
src/cctz/examples/hello.cc
src/cctz/include/civil_time.h
src/cctz/include/civil_time_detail.h
src/cctz/include/time_zone.h
src/cctz/src/cctz.h
src/cctz/src/cctz_v1_test.cc
src/cctz/src/civil_time_test.cc
src/cctz/src/time_tool.cc
src/cctz/src/time_zone_format.cc
src/cctz/src/time_zone_format_test.cc
src/cctz/src/time_zone_if.cc
src/cctz/src/time_zone_if.h
src/cctz/src/time_zone_impl.cc
src/cctz/src/time_zone_impl.h
src/cctz/src/time_zone_info.cc
src/cctz/src/time_zone_info.h
src/cctz/src/time_zone_libc.cc
src/cctz/src/time_zone_libc.h
src/cctz/src/time_zone_lookup.cc
src/cctz/src/time_zone_lookup_test.cc
src/cctz/src/time_zone_posix.cc
src/cctz/src/time_zone_posix.h
src/cctz/src/tzfile.h
src/condition.h
src/connection.cpp
src/integer64.h
src/nanodbc/.clang-format
src/nanodbc/nanodbc.cpp
src/nanodbc/nanodbc.h
src/odbc_connection.cpp
src/odbc_connection.h
src/odbc_result.cpp
src/odbc_result.h
src/odbc_types.h
src/r_types.h
src/result.cpp
src/sql_types.h
src/utils.cpp
src/utils.h
tests/testthat.R tests/testthat/_snaps/dbi-connection.md tests/testthat/_snaps/driver-databricks.md tests/testthat/_snaps/driver-sql-server.md tests/testthat/_snaps/driver-sqlite.md tests/testthat/_snaps/odbc-config.md tests/testthat/_snaps/odbc-connection.md tests/testthat/_snaps/utils.md tests/testthat/helper.R tests/testthat/test-dbi-connection.R tests/testthat/test-driver-databricks.R tests/testthat/test-driver-mysql.R tests/testthat/test-driver-oracle.R tests/testthat/test-driver-postgres.R tests/testthat/test-driver-snowflake.R tests/testthat/test-driver-sql-server.R tests/testthat/test-driver-sqlite.R tests/testthat/test-odbc-config.R tests/testthat/test-odbc-connection.R tests/testthat/test-odbc-data-sources.R tests/testthat/test-odbc-drivers.R tests/testthat/test-utils.R
vignettes/.gitignore
vignettes/benchmarks.Rmd vignettes/develop.Rmd vignettes/setup.Rmd
rstats-db/odbc documentation built on April 30, 2024, 2:10 p.m.