org.tresql

Env

class Env extends MetaData

Linear Supertypes
MetaData, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Env
  2. MetaData
  3. AnyRef
  4. 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 apply (rIdx: Int): Result

  7. def apply (name: String): Any

  8. def asInstanceOf [T0] : T0

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

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

  11. def col (col: String): Col

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

    Definition Classes
    MetaData
  13. def conn : Connection

  14. def contains (name: String): Boolean

  15. def dbName : String

    Definition Classes
    EnvMetaData
  16. def dialect : (Expr) ⇒ String

  17. def eq (arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  27. def procedure (name: String): Procedure

    Definition Classes
    EnvMetaData
  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): Table

    Definition Classes
    EnvMetaData
  32. def toString (): String

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

  34. def update (r: Result): Unit

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

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

  37. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from MetaData

Inherited from AnyRef

Inherited from Any