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 liftDialect(dialect: CoreTypes.Dialect): PartialFunction[Expr, String]
    Attributes
    protected
  23. def log(msg: ⇒ String, params: ⇒ Map[String, Any] = Map(), topic: LogTopic = LogTopic.info): Unit
    Definition Classes
    Logging
  24. def logger: TresqlLogger
    Definition Classes
    Logging
  25. def maxResultSize: Int
  26. def metadata: Metadata
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def params: Map[String, Any]
  31. def queryTimeout: Int
  32. def recursiveStackDepth: Int
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def withBindVarLogFilter(filter: BindVarLogFilter): Resources
  39. def withCache(cache: Cache): Resources
  40. def withConn(conn: Connection): Resources
  41. def withDialect(dialect: CoreTypes.Dialect): Resources
  42. def withFetchSize(fetchSize: Int): Resources
  43. def withIdExpr(idExpr: (String) ⇒ String): Resources
  44. def withLogger(logger: TresqlLogger): Resources
  45. def withMacros(macros: Any): Resources
  46. def withMaxResultSize(maxResultSize: Int): Resources
  47. def withMetadata(metadata: Metadata): Resources
  48. def withParams(params: Map[String, Any]): Resources
  49. def withQueryTimeout(queryTimeout: Int): Resources
  50. 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