|
Scala
1.4.0.4 |
|||
Method Summary | |
def getConnection: java.sql.Connection
|
|
abstract
|
def nativeDriverClass: Class
|
def nativeProperties: java.util.Properties
|
|
abstract
|
def pass: String
|
abstract
|
def retainedConnections: Int
|
abstract
|
def uri: java.net.URI
|
abstract
|
def urlProtocolString: String
|
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 |
Method Detail |
abstract def nativeDriverClass: Class
abstract def uri: java.net.URI
abstract def user: String
abstract def pass: String
def nativeProperties: java.util.Properties
abstract def retainedConnections: Int
def getConnection: java.sql.Connection
abstract def urlProtocolString: String
|
Scala
1.4.0.4 |
|||