|
Scala
1.4.0.4 |
|||
Field Summary | |
val nativeDriverClass: Class
|
|
val retainedConnections: Int
|
|
val urlProtocolString: String
|
Method Summary | |
abstract
|
def pass: String
|
abstract
|
def uri: java.net.URI
|
abstract
|
def user: String
|
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Methods inherited from scala/dbc/Vendor-class |
getConnection, nativeProperties |
Field Detail |
val retainedConnections: Int
val nativeDriverClass: Class
val urlProtocolString: String
Method Detail |
abstract def uri: java.net.URI
abstract def user: String
abstract def pass: String
|
Scala
1.4.0.4 |
|||