scala.slick.direct

SlickBackend

class SlickBackend extends QueryableBackend

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SlickBackend
  2. QueryableBackend
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SlickBackend(driver: JdbcDriver, mapper: Mapper)

Type Members

  1. class Query extends AnyRef

  2. type Scope = Map[reflect.api.JavaUniverse.Symbol, Node]

  3. type Session = SessionDef

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def Scope(): Scope

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def columnName(sym: reflect.api.JavaUniverse.Symbol): String

  10. def columnType(tpe: reflect.api.JavaUniverse.Type): ScalaType[_253] forSome {type _253 >: Option[_232] with _232, type _232 >: Boolean with String with Double with Int, type _232 >: Boolean with String with Double with Int}

  11. val columnTypes: Map[reflect.api.JavaUniverse.Symbol, ScalaBaseType[_ >: Boolean with String with Double with Int]]

  12. val driver: JdbcDriver

  13. def dump(queryable: BaseQueryable[_]): Unit

    Attributes
    protected[scala.slick]
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getConstructorArgs(tpe: reflect.api.JavaUniverse.Type): List[reflect.api.JavaUniverse.Symbol]

  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def isMapped(sym: reflect.api.JavaUniverse.Symbol): Boolean

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. val operatorSymbolMap: Map[reflect.api.JavaUniverse.Symbol, FunctionSymbol]

    generates a map from Scala symbols to Slick FunctionSymbols from description in OperatorMapping

  26. object removeTypeAnnotations extends reflect.api.JavaUniverse.Transformer

  27. def result[R](tpe: reflect.api.JavaUniverse.Type, cstate: CompilerState, session: SessionDef): Vector[R]

  28. def result[R](queryablevalue: QueryableValue[R], session: SessionDef): R

  29. def result[R](queryable: BaseQueryable[R], session: SessionDef): Vector[R]

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toList[T](queryable: BaseQueryable[T]): List[T]

  32. def toQuery(queryable: BaseQueryable[_]): (reflect.api.JavaUniverse.Type, Query)

    Attributes
    protected[scala.slick]
  33. def toQuery(tree: reflect.api.JavaUniverse.Tree, scope: Scope = Scope()): (reflect.api.JavaUniverse.Type, Query)

  34. def toSql(queryable: BaseQueryable[_], session: SessionDef): String

    Attributes
    protected[scala.slick]
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. def typetagToQuery(typetag: reflect.api.JavaUniverse.TypeTag[_]): Query

  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from QueryableBackend

Inherited from AnyRef

Inherited from Any

Ungrouped