Class/Object

org.tresql

Env

Related Docs: object Env | package tresql

Permalink

class Env extends Resources with Metadata

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Env
  2. Metadata
  3. TypeMapper
  4. Resources
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Env(params: Map[String, Any], resources: Resources, reusableExpr: Boolean)

    Permalink
  2. new Env(resources: Resources, reusableExpr: Boolean)

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

    Permalink
  4. new Env(_provider: EnvProvider, resources: Resources, reusableExpr: Boolean)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allIds: String

    Permalink
  5. def allVariables: String

    Permalink
  6. def apply(expr: Expr): Int

    Permalink
  7. def apply(rIdx: Int): Result[_ <: RowLike]

    Permalink
  8. def apply(name: String): Any

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. def col(col: String): Col[_]

    Permalink
    Definition Classes
    Metadata
  12. def col(table: String, col: String): Col[_]

    Permalink
    Definition Classes
    Metadata
  13. def colOption(col: String): Option[Col[_]]

    Permalink
    Definition Classes
    Metadata
  14. def colOption(table: String, col: String): Option[Col[_]]

    Permalink
    Definition Classes
    Metadata
  15. def conn: Connection

    Permalink
    Definition Classes
    EnvResources
  16. def contains(name: String): Boolean

    Permalink
  17. def containsNearest(name: String): Boolean

    Permalink
  18. def dialect: CoreTypes.Dialect

    Permalink
    Definition Classes
    EnvResources
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def fetchSize: Int

    Permalink
    Definition Classes
    EnvResources
  22. def get(name: String): Option[Any]

    Permalink
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def idExpr: (String) ⇒ String

    Permalink
    Definition Classes
    EnvResources
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def join(table1: String, table2: String): (key_, key_)

    Permalink
    Definition Classes
    Metadata
  28. def maxResultSize: Int

    Permalink
    Definition Classes
    EnvResources
  29. def metadata: Metadata

    Permalink
    Definition Classes
    EnvResources
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. def params: Map[String, Any]

    Permalink
    Definition Classes
    Resources
  34. def procedure(name: String): Procedure[_]

    Permalink
    Definition Classes
    EnvMetadata
  35. def procedureOption(name: String): Option[Procedure[_]]

    Permalink
    Definition Classes
    EnvMetadata
  36. def queryTimeout: Int

    Permalink
    Definition Classes
    EnvResources
  37. val reusableExpr: Boolean

    Permalink
  38. def sql_scala_type_map(sqlType: Int): Manifest[_]

    Permalink
    Definition Classes
    TypeMapper
  39. def sql_xsd_type_map(sqlType: Int): String

    Permalink
    Definition Classes
    TypeMapper
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def table(name: String): Table

    Permalink
    Definition Classes
    EnvMetadata
  42. def tableOption(name: String): Option[Table]

    Permalink
    Definition Classes
    EnvMetadata
  43. def toString(): String

    Permalink
    Definition Classes
    Env → AnyRef → Any
  44. def updateValueExprs(map: Map[(String, String), String]): Unit

    Permalink

    Set value expr map key: table name -> column name, value: expr passed to tresql

    Set value expr map key: table name -> column name, value: expr passed to tresql

    Definition Classes
    Resources
  45. def valueExpr(tableName: String, columnName: String): String

    Permalink

    Column value expression in tresql statement value clause.

    Column value expression in tresql statement value clause. Default is named bind variable -

    :columnName
    Definition Classes
    Resources
  46. def variables: String

    Permalink
  47. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def withConn(conn: Connection): Resources

    Permalink
    Definition Classes
    Resources
  51. def withDialect(dialect: CoreTypes.Dialect): Resources

    Permalink
    Definition Classes
    Resources
  52. def withFetchSize(fetchSize: Int): Resources

    Permalink
    Definition Classes
    Resources
  53. def withIdExpr(idExpr: (String) ⇒ String): Resources

    Permalink
    Definition Classes
    Resources
  54. def withMaxResultSize(maxResultSize: Int): Resources

    Permalink
    Definition Classes
    Resources
  55. def withMetadata(metadata: Metadata): Resources

    Permalink
    Definition Classes
    Resources
  56. def withParams(params: Map[String, Any]): Resources

    Permalink
    Definition Classes
    Resources
  57. def withQueryTimeout(queryTimeout: Int): Resources

    Permalink
    Definition Classes
    Resources
  58. def xsd_scala_type_map(xsdType: String): Manifest[_]

    Permalink
    Definition Classes
    TypeMapper

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Metadata

Inherited from TypeMapper

Inherited from Resources

Inherited from AnyRef

Inherited from Any

Ungrouped