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 currId (seqName: String): Any

  16. def dbName : String

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

  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 nextId (seqName: String): Any

  27. def notify (): Unit

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

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

    Definition Classes
    EnvMetaData
  30. val reusableExpr : Boolean

  31. def statement : PreparedStatement

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

    Attributes
    final
    Definition Classes
    AnyRef
  33. def table (name: String): Table

    Definition Classes
    EnvMetaData
  34. def toString (): String

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

  36. def update (r: Result): Unit

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

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

  39. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from MetaData

Inherited from AnyRef

Inherited from Any