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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getConnection(): Connection

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

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

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

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

    Permalink
    Definition Classes
    Any
  20. val logger: WaspLogger

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

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

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Attributes
    protected
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from Logging

Inherited from ConnectionInfoProvider

Inherited from ConnectionSupport

Inherited from AnyRef

Inherited from Any

Ungrouped