object RelationalCapabilities
Capabilities for slick.relational.RelationalProfile.
- Alphabetic
- By Inheritance
- RelationalCapabilities
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val all: Set[Capability]
All relational capabilities
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val columnDefaults: Capability
Supports default values in column definitions
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val foreignKeyActions: Capability
Supports foreignKeyActions
- val functionDatabase: Capability
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.
- val functionUser: Capability
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.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val indexOf: Capability
Supports indexOf method on string columns
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val joinFull: Capability
Supports full outer joins
- val joinLeft: Capability
Supports left outer joins
- val joinRight: Capability
Supports right outer joins
- val likeEscape: Capability
Supports escape characters in "like"
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val other: Capability
Supports all RelationalProfile features which do not have separate capability values
- val pagingDrop: Capability
Supports .drop on queries
- val pagingNested: Capability
Supports properly compositional paging in sub-queries
- val pagingPreciseTake: Capability
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.
- val repeat: Capability
Supports repeat method on string columns
- val replace: Capability
Supports replace method on string columns
- val reverse: Capability
Supports reverse method on string columns
- val setByteArrayNull: Capability
Can set an Option[ Array[Byte] ] column to None
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val typeBigDecimal: Capability
Supports the BigDecimal data type
- val typeBlob: Capability
Supports the Blob data type
- val typeLong: Capability
Supports the Long data type
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val zip: Capability
Supports zip, zipWith and zipWithIndex
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...