SqlCapabilities
slick.sql.SqlCapabilities$
object SqlCapabilities
Capabilities for slick.sql.SqlProfile.
Attributes
- Source:
- SqlCapabilities.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- SqlCapabilities.type
Capabilities for slick.sql.SqlProfile.
All SQL capabilities
Supports all SqlProfile features which do not have separate capability values
Supports all SqlProfile features which do not have separate capability values
Supports sequences (real or emulated)
Can get current sequence value
Supports cyclic sequences
Supports non-cyclic limited sequences (with a max value)
Supports max value for sequences
Supports min value for sequences