Object

slick.relational

RelationalCapabilities

Related Doc: package relational

Permalink

object RelationalCapabilities

Capabilities for slick.profile.RelationalProfile.

Source
RelationalCapabilities.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RelationalCapabilities
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val all: Set[Capability]

    Permalink

    All relational capabilities

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val columnDefaults: Capability

    Permalink

    Supports default values in column definitions

  8. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. val foreignKeyActions: Capability

    Permalink

    Supports foreignKeyActions

  12. val functionDatabase: Capability

    Permalink

    Supports the database function to get the current database name.

    Supports the database function to get the current database name. A profile without this capability will return an empty string.

  13. val functionUser: Capability

    Permalink

    Supports the user function to get the current database user.

    Supports the user function to get the current database user. A profile without this capability will return an empty string.

  14. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. val indexOf: Capability

    Permalink

    Supports indexOf method on string columns

  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val joinFull: Capability

    Permalink

    Supports full outer joins

  19. val joinLeft: Capability

    Permalink

    Supports left outer joins

  20. val joinRight: Capability

    Permalink

    Supports right outer joins

  21. val likeEscape: Capability

    Permalink

    Supports escape characters in "like"

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val other: Capability

    Permalink

    Supports all RelationalProfile features which do not have separate capability values

  26. val pagingDrop: Capability

    Permalink

    Supports .drop on queries

  27. val pagingNested: Capability

    Permalink

    Supports properly compositional paging in sub-queries

  28. val pagingPreciseTake: Capability

    Permalink

    Returns only the requested number of rows even if some rows are not unique.

    Returns only the requested number of rows even if some rows are not unique. Without this capability, non-unique rows may be counted as only one row each.

  29. val repeat: Capability

    Permalink

    Supports repeat method on string columns

  30. val replace: Capability

    Permalink

    Supports replace method on string columns

  31. val reverse: Capability

    Permalink

    Supports reverse method on string columns

  32. val setByteArrayNull: Capability

    Permalink

    Can set an Option[ Array[Byte] ] column to None

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

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. val typeBigDecimal: Capability

    Permalink

    Supports the BigDecimal data type

  36. val typeBlob: Capability

    Permalink

    Supports the Blob data type

  37. val typeLong: Capability

    Permalink

    Supports the Long data type

  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. val zip: Capability

    Permalink

    Supports zip, zipWith and zipWithIndex

Inherited from AnyRef

Inherited from Any

Ungrouped