Trait

it.agilelab.bigdata.wasp.repository.postgres.utils

PostgresDBHelper

Related Doc: package utils

Permalink

trait PostgresDBHelper extends ConnectionSupport with ConnectionInfoProvider with Logging

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostgresDBHelper
  2. Logging
  3. ConnectionInfoProvider
  4. ConnectionSupport
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getDriver: String

    Permalink
    Attributes
    protected
    Definition Classes
    ConnectionInfoProvider
  2. abstract def getPassword: String

    Permalink
    Attributes
    protected
    Definition Classes
    ConnectionInfoProvider
  3. abstract def getPoolSize: Int

    Permalink
    Attributes
    protected
    Definition Classes
    ConnectionInfoProvider
  4. abstract def getUrl: String

    Permalink
    Attributes
    protected
    Definition Classes
    ConnectionInfoProvider
  5. abstract def getUser: String

    Permalink
    Attributes
    protected
    Definition Classes
    ConnectionInfoProvider

Concrete 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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def closePool(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ConnectionSupport
  7. def convertToJson(json: JsValue): PGobject

    Permalink
  8. def delete(table: String, whereCondition: Option[Array[(String, Any)]] = None): Unit

    Permalink
    Attributes
    protected
  9. def dropTable(table: String): Unit

    Permalink
    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def execute(updates: String*): Unit

    Permalink
    Attributes
    protected
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def getConnection(): Connection

    Permalink
    Attributes
    protected
    Definition Classes
    ConnectionSupport
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def insert[T](table: String, obj: T)(mapper: (T) ⇒ Array[(String, Any)]): Unit

    Permalink
    Attributes
    protected
  17. def insertReturning[T, R](table: String, obj: T, columnsResult: Array[String])(mapperFromModel: (T) ⇒ Array[(String, Any)], mapperFromResultSet: (ResultSet) ⇒ R): Seq[R]

    Permalink
    Attributes
    protected
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val logger: WaspLogger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def updateBy[T](table: String, obj: T, whereCondition: Array[(String, Any)])(mapper: (T) ⇒ Array[(String, Any)]): Unit

    Permalink
    Attributes
    protected
  26. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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 ConnectionInfoProvider

Inherited from ConnectionSupport

Inherited from AnyRef

Inherited from Any

Ungrouped