Package

anorm

Permalink

package anorm

Linear Supertypes
AnyRef, Any
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. type StringWrapper2 = AnyRef { def stringValue: String }

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

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

    Permalink

Value Members

  1. object Iteratees

    Permalink

    Anorm companion for the https://www.playframework.com/documentation/2.4.x/Iteratees.

  2. def SQL(stmt: String): SqlQuery

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped