class
SuperConnection
extends AnyRef
Instance Constructors
-
new
SuperConnection
(c: Connection, rf: () ⇒ Unit)
-
new
SuperConnection
(connection: Connection, releaseFunc: () ⇒ Unit, schemaName: Box[String])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
lazy val
brokenLimit_?
: Boolean
-
def
clone
(): AnyRef
-
val
connection
: Connection
-
def
createTablePostpend
: String
-
lazy val
driverType
: DriverType
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
lazy val
metaData
: DatabaseMetaData
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
releaseFunc
: () ⇒ Unit
-
val
schemaName
: Box[String]
-
def
supportsForeignKeys_?
: Boolean
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any