Package

anorm

Permalink

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

Type Members

  1. sealed trait PGJson extends AnyRef

    Permalink

  2. type StringWrapper2 = AnyRef { def stringValue: String }

    Permalink
  3. type TimestampWrapper1 = AnyRef { def getTimestamp: java.sql.Timestamp }

    Permalink
  4. type TimestampWrapper2 = AnyRef { def timestampValue: java.sql.Timestamp }

    Permalink

Value Members

  1. def SQL(stmt: String): SqlQuery

    Permalink
    Annotations
    @SuppressWarnings()
  2. package postgresql

    Permalink
  3. implicit def sqlToSimple(sql: SqlQuery): SimpleSql[Row]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped