scala.slick.direct

SlickBackend

class SlickBackend extends QueryableBackend

Source
SlickBackend.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SlickBackend
  2. QueryableBackend
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from SlickBackend to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (SlickBackend, B)

    Implicit information
    This member is added by an implicit conversion from SlickBackend to ArrowAssoc[SlickBackend] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def Scope(): Scope

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

  12. 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}

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

  14. val driver: JdbcDriver

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

    Attributes
    protected[scala.slick]
  16. def ensuring(cond: (SlickBackend) ⇒ Boolean, msg: ⇒ Any): SlickBackend

    Implicit information
    This member is added by an implicit conversion from SlickBackend to Ensuring[SlickBackend] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (SlickBackend) ⇒ Boolean): SlickBackend

    Implicit information
    This member is added by an implicit conversion from SlickBackend to Ensuring[SlickBackend] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): SlickBackend

    Implicit information
    This member is added by an implicit conversion from SlickBackend to Ensuring[SlickBackend] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): SlickBackend

    Implicit information
    This member is added by an implicit conversion from SlickBackend to Ensuring[SlickBackend] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from SlickBackend to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

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

  26. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def [B](y: B): (SlickBackend, B)

    Implicit information
    This member is added by an implicit conversion from SlickBackend to ArrowAssoc[SlickBackend] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from SlickBackend to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (slickBackend: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from SlickBackend to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (slickBackend: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: SlickBackend

    Implicit information
    This member is added by an implicit conversion from SlickBackend to ArrowAssoc[SlickBackend] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (slickBackend: ArrowAssoc[SlickBackend]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: SlickBackend

    Implicit information
    This member is added by an implicit conversion from SlickBackend to Ensuring[SlickBackend] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (slickBackend: Ensuring[SlickBackend]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from QueryableBackend

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from SlickBackend to StringAdd

Inherited by implicit conversion any2stringfmt from SlickBackend to StringFormat

Inherited by implicit conversion any2ArrowAssoc from SlickBackend to ArrowAssoc[SlickBackend]

Inherited by implicit conversion any2Ensuring from SlickBackend to Ensuring[SlickBackend]

Ungrouped