freeslick

package freeslick

Visibility
  1. Public
  2. All

Type Members

  1. trait MSSQLServerProfile extends JdbcDriver

    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.

Value Members

  1. object MSSQLServerProfile extends MSSQLServerProfile

Ungrouped