final
class
DataSourceOps extends AnyVal
Instance Constructors
-
new
DataSourceOps(dataSource: DataSource)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
dataSource: DataSource
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
-
def
withQueryExecutor[A](nameConverter: (String) ⇒ String)(f: (QueryExecutor) ⇒ A): A
-
def
withQueryExecutor[A](f: (QueryExecutor) ⇒ A): A
Inherited from AnyVal
Inherited from NotNull
Inherited from Any