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 theBindMarkersFactory
used by this dialect.Collection
<? extends Class<?>> Return a collection of types that are natively supported by this database/driver.Methods inherited from class SqlServerDialect
getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getSelectContext, limit, lock, orderByNullHandling
Methods inherited from class AbstractDialect
getAfterFromTable, getAfterOrderBy
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface Dialect
getArraySupport, getExistsFunction, getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getSelectContext, limit, lock, orderByNullHandling, simpleTypes, supportsSingleQueryLoading
Methods inherited from interface R2dbcDialect
getConverters, getSimpleTypeHolder, renderForGeneratedValues
-
Field Details
-
INSTANCE
Singleton instance.
-
-
Constructor Details
-
SqlServerDialect
public SqlServerDialect()
-
-
Method Details
-
getBindMarkersFactory
Description copied from interface:R2dbcDialect
Returns theBindMarkersFactory
used by this dialect.- Specified by:
getBindMarkersFactory
in interfaceR2dbcDialect
- Returns:
- the
BindMarkersFactory
used by this dialect.
-
getSimpleTypes
Description copied from interface:R2dbcDialect
Return a collection of types that are natively supported by this database/driver. Defaults toCollections.emptySet()
.- Specified by:
getSimpleTypes
in interfaceR2dbcDialect
- Returns:
- a collection of types that are natively supported by this database/driver. Defaults to
Collections.emptySet()
.
-