object
Env
extends Resources
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
apply
(params: Map[String, Any], reusableExpr: Boolean): Env
-
def
asInstanceOf
[T0]
: T0
-
def
cache
: Option[Cache]
-
def
cache_=
(cache: Cache): Unit
-
def
clone
(): AnyRef
-
def
colName
(objectName: String, propertyName: String): String
-
def
conn
: Connection
-
def
conn_=
(conn: Connection): Unit
-
def
dialect
: PartialFunction[Expr, String]
-
def
dialect_=
(dialect: PartialFunction[Expr, String]): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
functions
: Option[Any]
-
def
functions_=
(funcs: Any): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
idExpr
: (String) ⇒ String
-
def
idExpr_=
(idExpr: (String) ⇒ String): Unit
-
def
isDefined
(functionName: String): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
log
(msg: ⇒ String, level: Int = 0): Unit
-
-
def
metaData_=
(metaData: MetaData): Unit
-
-
def
nameMap_=
(map: NameMap): Unit
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
var
sharedConn
: Connection
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
tableName
(objectName: String): String
-
def
toString
(): String
-
def
update
(logger: (⇒ String, Int) ⇒ Unit): Unit
-
def
update
(map: (Map[String, String], Map[String, Map[String, (String, String)]])): Unit
-
def
valueExpr
(objectName: String, propertyName: String): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any