freeslick

package freeslick

Visibility
  1. Public
  2. All

Type Members

  1. trait DB2Profile extends JdbcDriver with UniqueConstraintIndexesBuilder with DriverRowNumberPagination with FreeslickSequenceDDLBuilder with TableSpaceConfig

    Slick profile for DB2.

    Slick profile for DB2.

    This profile implements the scala.slick.driver.JdbcProfile without the following capabilities:

    • JdbcProfile.capabilities.returnInsertKey
    • JdbcProfile.capabilities.booleanMetaData
    • RelationalProfile.capabilities.reverse
    • JdbcProfile.capabilities.supportsByte
  2. trait MSJDBCSQLServerProfile extends MSSQLServerProfile

    Slick profile for Microsoft SQL Server with MS JDBC Driver.

    Slick profile for Microsoft SQL Server with MS JDBC Driver. Extension of the freeslick standard MSSQL profile, but with support for the Microsoft JDBC driver

  3. trait MSSQLServerProfile extends JdbcDriver with DriverRowNumberPagination

    Slick profile for Microsoft SQL Server.

    Slick profile for Microsoft SQL Server.

    This profile implements the scala.slick.driver.JdbcProfile without the following capabilities:

    • scala.slick.driver.JdbcProfile.capabilities.returnInsertOther: When returning columns from an INSERT operation, only a single column may be specified which must be the table's AutoInc column.
    • scala.slick.profile.SqlProfile.capabilities.sequence: Sequences are not supported because SQLServer does not have this feature.
    • scala.slick.driver.JdbcProfile.capabilities.forceInsert: Inserting explicit values into AutoInc columns with forceInsert operations is not supported.
  4. trait OracleProfile extends JdbcDriver with DriverRowNumberPagination with FreeslickSequenceDDLBuilder with UniqueConstraintIndexesBuilder with TableSpaceConfig

    Slick profile for Oracle.

    Slick profile for Oracle.

    This profile implements the scala.slick.driver.JdbcProfile without the following capabilities:

    • JdbcProfile.capabilities.forceInsert
    • JdbcProfile.capabilities.returnInsertKey
    • JdbcProfile.capabilities.booleanMetaData
    • JdbcProfile.capabilities.supportsByte - JdbcProfile.capabilities.distinguishesIntTypes

Ungrouped