Module: Purview::RawConnections

Defined in:
lib/purview/raw_connections/pg.rb,
lib/purview/raw_connections/base.rb,
lib/purview/raw_connections/mysql2.rb,
lib/purview/raw_connections/sqlite3.rb,
lib/purview/raw_connections/tiny_tds.rb,
lib/purview/raw_connections/jdbc/base.rb,
lib/purview/raw_connections/jdbc/jtds.rb,
lib/purview/raw_connections/jdbc/mysql.rb,
lib/purview/raw_connections/jdbc/sqlite3.rb,
lib/purview/raw_connections/jdbc/postgres.rb

Defined Under Namespace

Modules: JDBC Classes: Base, Mysql2, PG, SQLite3, TinyTds

Constant Summary collapse

PostgreSQL =
Purview::RawConnections::JDBC::Postgres
MySQL =
Purview::RawConnections::JDBC::MySQL
SQLite =
Purview::RawConnections::JDBC::SQLite3
MSSQL =
Purview::RawConnections::JDBC::JTDS