Class AutomaticDrivers

java.lang.Object
com.invirgance.convirgance.jdbc.AutomaticDrivers
All Implemented Interfaces:
Iterable<AutomaticDriver>

public class AutomaticDrivers extends Object implements Iterable<AutomaticDriver>
Provides access to common database drivers with an ability to add more as needed. Built-in drivers include:
  • Oracle Thin Driver
  • Derby Network
  • Derby Embedded
  • SQL Server (jTDS)
  • HSQLDB
  • H2
  • PostgreSQL
  • MariaDB/MySQL
  • DB2
All drivers are Type IV and pulled from Maven Central on-demand.
Author:
jbanes