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