org.tresql

Env

class Env extends (String) ⇒ Any with MetaData

Linear Supertypes
MetaData, (String) ⇒ Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Env
  2. MetaData
  3. Function1
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Env (vars: Map[String, Any], resourceProvider: ResourceProvider, reusableExpr: Boolean)

  2. new Env (provider: EnvProvider, reusableExpr: Boolean)

  3. new Env (provider: EnvProvider, resourceProvider: ResourceProvider, reusableExpr: Boolean)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def andThen [A] (g: (Any) ⇒ A): (String) ⇒ A

    Definition Classes
    Function1
  7. def apply (rIdx: Int): Result

  8. def apply (name: String): Any

    Definition Classes
    Env → Function1
  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def closeStatement : Unit

  12. def col (col: String): Col

    Definition Classes
    MetaData
  13. def col (table: String, col: String): Col

    Definition Classes
    MetaData
  14. def compose [A] (g: (A) ⇒ String): (A) ⇒ Any

    Definition Classes
    Function1
  15. implicit def conn : Connection

    Attributes
    implicit
    Definition Classes
    EnvMetaData
  16. def contains (name: String): Boolean

  17. def dbName : String

    Definition Classes
    EnvMetaData
  18. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  19. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  22. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  23. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  24. def join (table1: String, table2: String): (List[String], List[String])

    Definition Classes
    MetaData
  25. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  26. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  27. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  28. val reusableExpr : Boolean

  29. def statement : PreparedStatement

  30. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  31. def table (name: String)(implicit conn: Connection): Table

    Definition Classes
    EnvMetaData
  32. def tbl (name: String): Table

    Definition Classes
    MetaData
  33. def toString (): String

    Definition Classes
    Function1 → AnyRef → Any
  34. def update (st: PreparedStatement): Unit

  35. def update (r: Result): Unit

  36. def update (vars: Map[String, Any]): Unit

  37. def update (name: String, value: Any): Unit

  38. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from MetaData

Inherited from (String) ⇒ Any

Inherited from AnyRef

Inherited from Any