t

org.tresql

Resources

trait Resources extends MacroResources with CacheResources with Logging

Resources and configuration for query execution like database connection, metadata, database dialect etc.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Resources
  2. Logging
  3. CacheResources
  4. MacroResources
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type BindVarLogFilter = PartialFunction[Expr, String]
    Definition Classes
    Logging
  2. type TresqlLogger = (⇒ String, ⇒ Map[String, Any], LogTopic) ⇒ Unit
    Definition Classes
    Logging

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bindVarLogFilter: BindVarLogFilter
    Definition Classes
    Logging
  6. def cache: Cache

    Parsed statement

    Parsed statement

    Cache
    Definition Classes
    CacheResources
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. def conn: Connection
  9. def copyResources: Resources_
    Attributes
    protected
  10. def defaultDialect: CoreTypes.Dialect
    Attributes
    protected
  11. def dialect: CoreTypes.Dialect
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def fetchSize: Int
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def idExpr: (String) ⇒ String
  18. def invokeMacro[T](name: String, parser_or_builder: AnyRef, args: List[T]): T
    Definition Classes
    MacroResources
  19. def isBuilderMacroDefined(name: String): Boolean
    Definition Classes
    MacroResources
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isMacroDefined(name: String): Boolean
    Definition Classes
    MacroResources
  22. def log(msg: ⇒ String, params: ⇒ Map[String, Any] = Map(), topic: LogTopic = LogTopic.info): Unit
    Definition Classes
    Logging
  23. def logger: TresqlLogger
    Definition Classes
    Logging
  24. def maxResultSize: Int
  25. def metadata: Metadata
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def params: Map[String, Any]
  30. def queryTimeout: Int
  31. def recursiveStackDepth: Int
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def withBindVarLogFilter(filter: BindVarLogFilter): Resources
  38. def withCache(cache: Cache): Resources
  39. def withConn(conn: Connection): Resources
  40. def withDialect(dialect: CoreTypes.Dialect): Resources
  41. def withFetchSize(fetchSize: Int): Resources
  42. def withIdExpr(idExpr: (String) ⇒ String): Resources
  43. def withLogger(logger: TresqlLogger): Resources
  44. def withMacros(macros: Any): Resources
  45. def withMaxResultSize(maxResultSize: Int): Resources
  46. def withMetadata(metadata: Metadata): Resources
  47. def withParams(params: Map[String, Any]): Resources
  48. def withQueryTimeout(queryTimeout: Int): Resources
  49. def withRecursiveStackDepth(recStackDepth: Int): Resources

Deprecated Value Members

  1. def finalize(): Unit
    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 Logging

Inherited from CacheResources

Inherited from MacroResources

Inherited from AnyRef

Inherited from Any

Ungrouped