Class SqlServerDialect
java.lang.Object
org.springframework.data.relational.core.dialect.AbstractDialect
org.springframework.data.relational.core.dialect.SqlServerDialect
org.springframework.data.r2dbc.dialect.SqlServerDialect
- All Implemented Interfaces:
R2dbcDialect,Dialect
An SQL dialect for Microsoft SQL Server.
- Author:
- Mark Paluch
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theBindMarkersFactoryused by this dialect.Return theSetof types considered store native types that can be handeled by the driver.Methods inherited from class org.springframework.data.relational.core.dialect.SqlServerDialect
getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getSelectContext, getUpsertRenderContext, limit, lock, orderByNullHandlingMethods inherited from class org.springframework.data.relational.core.dialect.AbstractDialect
getAfterFromTable, getAfterOrderByMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.relational.core.dialect.Dialect
getArraySupport, getConverters, getExistsFunction, getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getName, getSelectContext, getUpsertRenderContext, limit, lock, orderByNullHandling, supportsSingleQueryLoadingMethods inherited from interface org.springframework.data.r2dbc.dialect.R2dbcDialect
getSimpleTypeHolder, getSimpleTypes, renderForGeneratedValues
-
Field Details
-
INSTANCE
Singleton instance.
-
-
Constructor Details
-
SqlServerDialect
public SqlServerDialect()
-
-
Method Details
-
getBindMarkersFactory
Description copied from interface:R2dbcDialectReturns theBindMarkersFactoryused by this dialect.- Specified by:
getBindMarkersFactoryin interfaceR2dbcDialect- Returns:
- the
BindMarkersFactoryused by this dialect.
-
simpleTypes
Description copied from interface:DialectReturn theSetof types considered store native types that can be handeled by the driver.- Specified by:
simpleTypesin interfaceDialect- Returns:
- never null.
-