Trait

org.tresql

Resources

Related Doc: package tresql

Permalink

trait Resources extends MacroResources with CacheResources with Logging

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

Linear Supertypes
Known Subclasses
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]

    Permalink
    Definition Classes
    Logging
  2. type TresqlLogger = (⇒ String, ⇒ Map[String, Any], LogTopic) ⇒ Unit

    Permalink
    Definition Classes
    Logging

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bindVarLogFilter: BindVarLogFilter

    Permalink
    Definition Classes
    Logging
  6. def cache: Cache

    Permalink

    Parsed statement

    Parsed statement

    Cache
    Definition Classes
    CacheResources
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. def conn: Connection

    Permalink
  9. def copyResources: Resources_

    Permalink
    Attributes
    protected
  10. def defaultDialect: CoreTypes.Dialect

    Permalink
    Attributes
    protected
  11. def dialect: CoreTypes.Dialect

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
  18. def invokeMacro[T](name: String, parser_or_builder: AnyRef, args: List[T]): T

    Permalink
    Definition Classes
    MacroResources
  19. def isBuilderMacroDefined(name: String): Boolean

    Permalink
    Definition Classes
    MacroResources
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isMacroDefined(name: String): Boolean

    Permalink
    Definition Classes
    MacroResources
  22. def log(msg: ⇒ String, params: ⇒ Map[String, Any] = Map(), topic: LogTopic = LogTopic.info): Unit

    Permalink
    Definition Classes
    Logging
  23. def logger: TresqlLogger

    Permalink
    Definition Classes
    Logging
  24. def maxResultSize: Int

    Permalink
  25. def metadata: Metadata

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
  30. def queryTimeout: Int

    Permalink
  31. def recursiveStackDepth: Int

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

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def withBindVarLogFilter(filter: BindVarLogFilter): Resources

    Permalink
  38. def withCache(cache: Cache): Resources

    Permalink
  39. def withConn(conn: Connection): Resources

    Permalink
  40. def withDialect(dialect: CoreTypes.Dialect): Resources

    Permalink
  41. def withFetchSize(fetchSize: Int): Resources

    Permalink
  42. def withIdExpr(idExpr: (String) ⇒ String): Resources

    Permalink
  43. def withLogger(logger: TresqlLogger): Resources

    Permalink
  44. def withMacros(macros: Any): Resources

    Permalink
  45. def withMaxResultSize(maxResultSize: Int): Resources

    Permalink
  46. def withMetadata(metadata: Metadata): Resources

    Permalink
  47. def withParams(params: Map[String, Any]): Resources

    Permalink
  48. def withQueryTimeout(queryTimeout: Int): Resources

    Permalink
  49. def withRecursiveStackDepth(recStackDepth: Int): Resources

    Permalink

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 Logging

Inherited from CacheResources

Inherited from MacroResources

Inherited from AnyRef

Inherited from Any

Ungrouped