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[(String, Any), String]
    Definition Classes
    Logging
  2. type TresqlLogger = (⇒ String, ⇒ Seq[(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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  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 extraResources: Map[String, Resources]
  15. def fetchSize: Int
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def idExpr: (String) ⇒ String
  19. def invokeBuilderDeferredMacro(name: String, builder: QueryBuilder, args: List[Exp]): Expr
    Definition Classes
    ResourcesMacroResources
  20. def invokeBuilderMacro(name: String, builder: QueryBuilder, args: List[Expr]): Expr
    Definition Classes
    ResourcesMacroResources
  21. def invokeMacro(name: String, parser: QueryParsers, args: List[Exp]): Exp
    Definition Classes
    ResourcesMacroResources
  22. def isBuilderDeferredMacroDefined(name: String): Boolean
    Definition Classes
    ResourcesMacroResources
  23. def isBuilderMacroDefined(name: String): Boolean
    Definition Classes
    ResourcesMacroResources
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isMacroDefined(name: String): Boolean
    Definition Classes
    ResourcesMacroResources
  26. def log(msg: ⇒ String, params: ⇒ Seq[(String, Any)] = Nil, topic: LogTopic = LogTopic.info): Unit
    Definition Classes
    Logging
  27. def logger: TresqlLogger
    Definition Classes
    Logging
  28. def macroResource: String
    Definition Classes
    MacroResources
  29. def maxResultSize: Int
  30. def metadata: Metadata
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def params: Map[String, Any]
  35. def queryTimeout: Int
  36. def recursiveStackDepth: Int
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withBindVarLogFilter(filter: BindVarLogFilter): Resources
  43. def withCache(cache: Cache): Resources
  44. def withConn(conn: Connection): Resources
  45. def withDialect(dialect: CoreTypes.Dialect): Resources
  46. def withExtraResources(extra: Map[String, Resources]): Resources_
  47. def withFetchSize(fetchSize: Int): Resources
  48. def withIdExpr(idExpr: (String) ⇒ String): Resources
  49. def withLogger(logger: TresqlLogger): Resources
  50. def withMacros(macros: Any): Resources
  51. def withMaxResultSize(maxResultSize: Int): Resources
  52. def withMetadata(metadata: Metadata): Resources
  53. def withParams(params: Map[String, Any]): Resources
  54. def withQueryTimeout(queryTimeout: Int): Resources
  55. def withRecursiveStackDepth(recStackDepth: Int): Resources
  56. def withUpdatedExtra(name: String)(updater: (Resources) ⇒ Resources): Resources

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Logging

Inherited from CacheResources

Inherited from MacroResources

Inherited from AnyRef

Inherited from Any

Ungrouped