Class MariaDBPlaceholderDialect
- java.lang.Object
-
- pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.MariaDBPlaceholderDialect
-
- All Implemented Interfaces:
PlaceholderDialect
public class MariaDBPlaceholderDialect extends Object implements PlaceholderDialect
MariaDB 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 MariaDBPlaceholderDialect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.PlaceholderDialect
getMarker, startIndex, supported, usingIndexMarker
-
-
-
-
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
-
-