slick.direct

ImplicitQueryable

Related Docs: object ImplicitQueryable | package direct

class ImplicitQueryable[T] extends BaseQueryable[T]

Annotations
@deprecated
Deprecated

(Since version 3.0) The Direct Embedding will be removed. Use the Lifted Embedding instead.

Source
ImplicitQueryable.scala
Linear Supertypes
BaseQueryable[T], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ImplicitQueryable
  2. BaseQueryable
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ImplicitQueryable(queryable_: BaseQueryable[T], backend: SlickBackend, database: DatabaseDef)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

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

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

    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val backend: SlickBackend

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val database: DatabaseDef

  10. def ensuring(cond: (ImplicitQueryable[T]) ⇒ Boolean, msg: ⇒ Any): ImplicitQueryable[T]

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  16. val expr_or_typetag: Either[scala.reflect.api.JavaUniverse.Expr[_], (scala.reflect.api.JavaUniverse.TypeTag[_], ClassTag[_])]

    Definition Classes
    BaseQueryable
  17. macro def filter(projection: (T) ⇒ Boolean): ImplicitQueryable[T]

  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. macro def flatMap[S](projection: (T) ⇒ ImplicitQueryable[S]): ImplicitQueryable[S]

  20. def formatted(fmtstr: String): String

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

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

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

    Definition Classes
    Any
  24. macro def length: Int

  25. macro def map[S](projection: (T) ⇒ S): ImplicitQueryable[S]

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

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

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

    Definition Classes
    AnyRef
  29. def queryable: BaseQueryable[T]

    Definition Classes
    BaseQueryable
  30. val queryable_: BaseQueryable[T]

  31. macro def size: Int

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

    Definition Classes
    AnyRef
  33. def toSeq: Seq[T]

  34. def toString(): String

    Definition Classes
    AnyRef → Any
  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( ... )
  38. macro def withFilter(projection: (T) ⇒ Boolean): ImplicitQueryable[T]

  39. def [B](y: B): (ImplicitQueryable[T], B)

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

Inherited from BaseQueryable[T]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ImplicitQueryable[T] to any2stringadd[ImplicitQueryable[T]]

Inherited by implicit conversion StringFormat from ImplicitQueryable[T] to StringFormat[ImplicitQueryable[T]]

Inherited by implicit conversion Ensuring from ImplicitQueryable[T] to Ensuring[ImplicitQueryable[T]]

Inherited by implicit conversion ArrowAssoc from ImplicitQueryable[T] to ArrowAssoc[ImplicitQueryable[T]]

Ungrouped