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

Type Members

  1. type StringWrapper2 = AnyRef { def stringValue: String }
  2. type TimestampWrapper1 = AnyRef { def getTimestamp: java.sql.Timestamp }
  3. 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]
  3. object AkkaStream

    Anorm companion for the http://doc.akka.io/docs/akka/2.4.4/scala/stream/.

Inherited from AnyRef

Inherited from Any

Ungrouped