public class SqlServerDialect extends org.springframework.data.relational.core.dialect.SqlServerDialect implements R2dbcDialect
Modifier and Type | Field and Description |
---|---|
static SqlServerDialect |
INSTANCE
Singleton instance.
|
Constructor and Description |
---|
SqlServerDialect() |
Modifier and Type | Method and Description |
---|---|
BindMarkersFactory |
getBindMarkersFactory()
Returns the
BindMarkersFactory used by this dialect. |
Collection<? extends Class<?>> |
getSimpleTypes()
Return a collection of types that are natively supported by this database/driver.
|
getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getSelectContext, limit, lock, orderByNullHandling
getAfterFromTable, getAfterOrderBy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConverters, getSimpleTypeHolder, renderForGeneratedValues
public static final SqlServerDialect INSTANCE
public BindMarkersFactory getBindMarkersFactory()
R2dbcDialect
BindMarkersFactory
used by this dialect.getBindMarkersFactory
in interface R2dbcDialect
BindMarkersFactory
used by this dialect.public Collection<? extends Class<?>> getSimpleTypes()
R2dbcDialect
Collections.emptySet()
.getSimpleTypes
in interface R2dbcDialect
Collections.emptySet()
.Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.