in scala/dbc
class Vendor
-
abstract class Vendor()
- extends Object
- with ScalaObject
-
Implementing classes or objects:
-
class PostgreSQL() in scala/dbc/vendor
-
This class ..
Methods inherited from java/lang/Object-class
|
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
nativeDriverClass
abstract def nativeDriverClass: Class
uri
abstract def uri: java.net.URI
user
abstract def user: String
pass
abstract def pass: String
nativeProperties
def nativeProperties: java.util.Properties
retainedConnections
abstract def retainedConnections: Int
getConnection
def getConnection: java.sql.Connection
urlProtocolString
abstract def urlProtocolString: String