freeslick

package freeslick

Visibility
  1. Public
  2. All

Type Members

  1. trait DriverRowNumberPagination extends AnyRef

  2. class FreeslickRewriteBooleans extends RewriteBooleans

  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

    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