object
Env extends Resources
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
-
def
apply(params: Map[String, Any], reusableExpr: Boolean): Env
-
final
def
asInstanceOf[T0]: T0
-
def
bindVarLogFilter: Option[PartialFunction[Expr, String]]
-
def
bindVarLogFilter_=(filter: PartialFunction[Expr, String]): Option[PartialFunction[Expr, String]]
-
def
cache: Option[Cache]
-
def
cache_=(cache: Cache): Unit
-
def
clone(): AnyRef
-
def
conn: Connection
-
def
conn_=(conn: Connection): Unit
-
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
fetchSize: Int
-
def
fetchSize_=(fetchSize: Int): Unit
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
idExpr: (String) ⇒ String
-
def
idExpr_=(idExpr: (String) ⇒ String): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
def
isMacroDefined(macroName: String): Boolean
-
def
log(msg: ⇒ String, params: ⇒ Map[String, Any] = Map(), topic: LogTopic = LogTopic.info): Unit
-
def
logger: (⇒ String, ⇒ Map[String, Any], LogTopic) ⇒ Unit
-
def
logger_=(logger: (⇒ String, ⇒ Map[String, Any], LogTopic) ⇒ Unit): Unit
-
def
macroMethod(name: String): Method
-
def
macros: Option[Any]
-
def
macros_=(macr: Any): Unit
-
def
maxResultSize: Int
-
def
maxResultSize_=(size: Int): Unit
-
-
def
metadata_=(metadata: Metadata): Unit
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
params: Map[String, Any]
-
def
queryTimeout: Int
-
def
queryTimeout_=(timeout: Int): Unit
-
def
recursive_stack_dept: Int
-
def
recursive_stack_dept_=(depth: Int): Unit
-
var
sharedConn: Connection
-
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(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): 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
Inherited from AnyRef
Inherited from Any