|
Scala Library Documentation
|
|
scala/dbc/vendor/PostgreSQL.scala]
abstract
class
PostgreSQL
extends Vendor| Value Summary | |
val
|
nativeDriverClass : java.lang.Class |
val
|
retainedConnections : Int |
val
|
urlProtocolString : java.lang.String |
| Method Summary | |
abstract def
|
pass : java.lang.String |
abstract def
|
uri : java.net.URI |
abstract def
|
user : java.lang.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 : java.lang.Class
val
urlProtocolString : java.lang.String
| Method Details |
abstract
def
uri : java.net.URI
abstract
def
user : java.lang.String
abstract
def
pass : java.lang.String
|
Scala Library Documentation
|
|