trait
Resources extends AnyRef
Abstract Value Members
-
abstract
def
conn: Connection
-
abstract
def
metadata: Metadata
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
fetchSize: Int
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
idExpr: (String) ⇒ String
-
final
def
isInstanceOf[T0]: Boolean
-
def
maxResultSize: Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
params: Map[String, Any]
-
def
queryTimeout: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
updateValueExprs(map: Map[(String, String), String]): Unit
-
def
valueExpr(tableName: String, columnName: String): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
withConn(conn: Connection): Resources
-
-
def
withFetchSize(fetchSize: Int): Resources
-
def
withIdExpr(idExpr: (String) ⇒ String): Resources
-
def
withMaxResultSize(maxResultSize: Int): Resources
-
-
def
withParams(params: Map[String, Any]): Resources
-
def
withQueryTimeout(queryTimeout: Int): Resources
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any