Packages

c

org.postgresql

Driver2

class Driver2 extends Driver

Wraps the PostgreSQL JDBC driver to convert the returning column names to lower case.

Linear Supertypes
Driver, java.sql.Driver, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Driver2
  2. Driver
  3. Driver
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Driver2()

Value Members

  1. def acceptsURL(arg0: String): Boolean
    Definition Classes
    Driver → Driver
  2. def connect(url: String, info: Properties): Connection
    Definition Classes
    Driver2 → Driver → Driver
  3. def getMajorVersion(): Int
    Definition Classes
    Driver → Driver
  4. def getMinorVersion(): Int
    Definition Classes
    Driver → Driver
  5. def getParentLogger(): Logger
    Definition Classes
    Driver → Driver
  6. def getPropertyInfo(arg0: String, arg1: Properties): Array[DriverPropertyInfo]
    Definition Classes
    Driver → Driver
  7. def jdbcCompliant(): Boolean
    Definition Classes
    Driver → Driver