object RelationalCapabilities
Capabilities for slick.profile.RelationalProfile.
- Alphabetic
- By Inheritance
- RelationalCapabilities
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
columnDefaults: Capability
Supports default values in column definitions
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
zip: Capability
Supports zip, zipWith and zipWithIndex
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...