in scala/dbc
class Vendor

abstract class Vendor()
extends Object
with ScalaObject
Implementing classes or objects:
class PostgreSQL() in scala/dbc/vendor

This class ..

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

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