Class SQLServerPlaceholderDialect
- java.lang.Object
-
- pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.SQLServerPlaceholderDialect
-
- All Implemented Interfaces:
NamePlaceholderDialect,PlaceholderDialect
public class SQLServerPlaceholderDialect extends Object implements NamePlaceholderDialect
Microsoft SQL Server placeholder dialect- Since:
- 1.0.5
- Version:
- 1.0.5
- Author:
- Gang Cheng
-
-
Field Summary
Fields Modifier and Type Field Description static StringDIALECT_NAMEThe dialect name-
Fields inherited from interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.PlaceholderDialect
DEFAULT_PLACEHOLDER, PLACEHOLDER_DIALECT_NAME_ATTRIBUTE_KEY
-
-
Constructor Summary
Constructors Constructor Description SQLServerPlaceholderDialect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMarker()Get marker string.Stringname()Dialect name.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.NamePlaceholderDialect
usingIndexMarker
-
Methods inherited from interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.PlaceholderDialect
startIndex, supported
-
-
-
-
Field Detail
-
DIALECT_NAME
public static final String DIALECT_NAME
The dialect name- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public String name()
Description copied from interface:PlaceholderDialectDialect name.- Specified by:
namein interfacePlaceholderDialect- Returns:
- the dialect name
-
getMarker
public String getMarker()
Description copied from interface:PlaceholderDialectGet marker string.- Specified by:
getMarkerin interfacePlaceholderDialect- Returns:
- the marker
-
-