scala.slick.profile.RelationalProfile
All relational capabilities
Supports default values in column definitions
Supports foreignKeyActions
Supports the database function to get the current database name.
Supports the database function to get the current database name. A driver without this capability will return an empty string.
Supports the user function to get the current database user.
Supports the user function to get the current database user. A driver without this capability will return an empty string.
Supports indexOf method on string columns
Supports full outer joins
Supports left outer joins
Supports right outer joins
Supports escape characters in "like"
Supports all RelationalProfile features which do not have separate capability values
Supports .
Supports .drop on queries
Supports properly compositional paging in sub-queries
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.
Supports replace method on string columns
Supports reverse method on string columns
Can set an Option[ Array[Byte] ] column to None
Supports the BigDecimal data type
Supports the Blob data type
Supports the Long data type
Supports zip, zipWith and zipWithIndex