Package ortus.boxlang.runtime.jdbc.drivers


package ortus.boxlang.runtime.jdbc.drivers
  • Class
    Description
    This driver type enum is used to determine the type of driver to use for a datasource The available driver types are: MYSQL MARIADB POSTGRES SQLSERVER ORACLE DB2 DERBY SQLITE HYPERSONIC GENERIC Each type is represented by a Key object
    A JDBC Driver Proxy class to allow registering JDBC Drivers with java.sql.DriverManager from child class loaders (i.e.
    This is the generic JDBC driver that can be used to register datasources in the system.
    This interface is used to define the methods that a JDBC driver must implement in order to do datasource registrations, population and validation.