|
Scala Library Documentation
|
|
scala/dbc/vendor/PostgreSQL.scala]
abstract
class
PostgreSQL
extends Vendor| Value Summary | |
val
|
nativeDriverClass : Class |
val
|
retainedConnections : Int |
val
|
urlProtocolString : String |
| Method Summary | |
abstract def
|
pass : String |
abstract def
|
uri : URI |
abstract def
|
user : String |
| Methods inherited from Vendor | |
| nativeProperties, getConnection |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
val
retainedConnections : Int
val
nativeDriverClass : Class
val
urlProtocolString : String
| Method Details |
|
Scala Library Documentation
|
|