class Driver2 extends Driver
Wraps the PostgreSQL JDBC driver to convert the returning column names to lower case.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Driver2
- Driver
- Driver
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Driver2()
Value Members
-
def
acceptsURL(arg0: String): Boolean
- Definition Classes
- Driver → Driver
-
def
connect(url: String, info: Properties): Connection
- Definition Classes
- Driver2 → Driver → Driver
-
def
getMajorVersion(): Int
- Definition Classes
- Driver → Driver
-
def
getMinorVersion(): Int
- Definition Classes
- Driver → Driver
-
def
getParentLogger(): Logger
- Definition Classes
- Driver → Driver
-
def
getPropertyInfo(arg0: String, arg1: Properties): Array[DriverPropertyInfo]
- Definition Classes
- Driver → Driver
-
def
jdbcCompliant(): Boolean
- Definition Classes
- Driver → Driver