Packages

trait PostgresDBHelper extends ConnectionSupport with ConnectionInfoProvider with Logging

Linear Supertypes
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
    Attributes
    protected
    Definition Classes
    ConnectionInfoProvider
  2. abstract def getPassword: String
    Attributes
    protected
    Definition Classes
    ConnectionInfoProvider
  3. abstract def getPoolSize: Int
    Attributes
    protected
    Definition Classes
    ConnectionInfoProvider
  4. abstract def getUrl: String
    Attributes
    protected
    Definition Classes
    ConnectionInfoProvider
  5. abstract def getUser: String
    Attributes
    protected
    Definition Classes
    ConnectionInfoProvider

Concrete 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 clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def closePool(): Unit
    Attributes
    protected
    Definition Classes
    ConnectionSupport
  7. def convertToJson(json: JsValue): PGobject
  8. def delete(table: String, whereCondition: Option[Array[(String, Any)]] = None): Unit
    Attributes
    protected
  9. def dropTable(table: String): Unit
    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def execute(updates: String*): Unit
    Attributes
    protected
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getConnection(): Connection
    Attributes
    protected
    Definition Classes
    ConnectionSupport
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def insert[T](table: String, obj: T)(mapper: (T) ⇒ Array[(String, Any)]): Unit
    Attributes
    protected
  18. def insertReturning[T, R](table: String, obj: T, columnsResult: Array[String])(mapperFromModel: (T) ⇒ Array[(String, Any)], mapperFromResultSet: (ResultSet) ⇒ R): Seq[R]
    Attributes
    protected
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val logger: WaspLogger
    Attributes
    protected
    Definition Classes
    Logging
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def updateBy[T](table: String, obj: T, whereCondition: Array[(String, Any)])(mapper: (T) ⇒ Array[(String, Any)]): Unit
    Attributes
    protected
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Logging

Inherited from ConnectionInfoProvider

Inherited from ConnectionSupport

Inherited from AnyRef

Inherited from Any

Ungrouped