Packages

p

anorm

package anorm

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. anorm
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Package Members

  1. package postgresql

Type Members

  1. sealed trait PGJson extends AnyRef
  2. type StringWrapper2 = AnyRef { def stringValue: String }
  3. type TimestampWrapper1 = AnyRef { def getTimestamp: java.sql.Timestamp }
  4. type TimestampWrapper2 = AnyRef { def timestampValue: java.sql.Timestamp }

Value Members

  1. def SQL(stmt: String): SqlQuery
    Annotations
    @SuppressWarnings()
  2. implicit def sqlToSimple(sql: SqlQuery): SimpleSql[Row]

Inherited from AnyRef

Inherited from Any

Ungrouped