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: BasicDriver, mapper: Mapper)

Type Members

  1. class Query extends AnyRef

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

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 dump(queryable: BaseQueryable[_]): Unit

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

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

    Definition Classes
    AnyRef → Any
  12. def extractColumn(sym: reflect.api.JavaUniverse.Symbol, sq_symbol: Node): Select

  13. def finalize(): Unit

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

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

  16. def hashCode(): Int

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

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  21. val operatorMap: Vector[(Map[String, FunctionSymbol], List[List[reflect.api.JavaUniverse.Type]])]

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

  23. def result[R](tpe: reflect.api.JavaUniverse.Type, cstate: CompilationState, session: Session): Vector[R]

  24. def result[R](queryablevalue: QueryableValue[R], session: Session): R

  25. def result[R](queryable: BaseQueryable[R], session: Session): Vector[R]

  26. def resultByType(expectedType: reflect.api.JavaUniverse.Type, rs: PositionedResult, session: Session): Any

    Attributes
    protected
  27. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

  31. def toSql(queryable: BaseQueryable[_], session: Session): String

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

    Definition Classes
    AnyRef → Any
  33. val typeMappers: Map[String, BaseTypeMapper[_ >: String with Double with Int] { def apply(profile: scala.slick.driver.BasicProfile): BasicTypeMapperDelegatesComponent.this.DriverTypeMapperDelegate[_ >: String with Double with Int] }]

  34. def typetagToQuery(typetag: reflect.api.JavaUniverse.TypeTag[_]): Query

  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from QueryableBackend

Inherited from AnyRef

Inherited from Any

Ungrouped