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, getLikeEscaper, getSelectContext, limit, lockgetAfterFromTable, getAfterOrderByclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConverters, getSimpleTypeHolderpublic static final SqlServerDialect INSTANCE
public BindMarkersFactory getBindMarkersFactory()
R2dbcDialectBindMarkersFactory used by this dialect.getBindMarkersFactory in interface R2dbcDialectBindMarkersFactory used by this dialect.public Collection<? extends Class<?>> getSimpleTypes()
R2dbcDialectCollections.emptySet().getSimpleTypes in interface R2dbcDialectCollections.emptySet().Copyright © 2018–2021 Pivotal Software, Inc.. All rights reserved.