Class SqlServerDialect

All Implemented Interfaces:
R2dbcDialect, Dialect

public class SqlServerDialect extends SqlServerDialect implements R2dbcDialect
An SQL dialect for Microsoft SQL Server.
Author:
Mark Paluch
  • Field Details

  • Constructor Details

    • SqlServerDialect

      public SqlServerDialect()
  • Method Details

    • getBindMarkersFactory

      public org.springframework.r2dbc.core.binding.BindMarkersFactory getBindMarkersFactory()
      Description copied from interface: R2dbcDialect
      Returns the BindMarkersFactory used by this dialect.
      Specified by:
      getBindMarkersFactory in interface R2dbcDialect
      Returns:
      the BindMarkersFactory used by this dialect.
    • getSimpleTypes

      public Collection<? extends Class<?>> getSimpleTypes()
      Description copied from interface: R2dbcDialect
      Return a collection of types that are natively supported by this database/driver. Defaults to Collections.emptySet().
      Specified by:
      getSimpleTypes in interface R2dbcDialect
      Returns:
      a collection of types that are natively supported by this database/driver. Defaults to Collections.emptySet().