public class MySqlDialect extends AbstractDialect
| Modifier and Type | Field and Description |
|---|---|
static MySqlDialect |
INSTANCE
Singleton instance.
|
static IdentifierProcessing |
MYSQL_IDENTIFIER_PROCESSING
MySQL defaults for
IdentifierProcessing. |
| Modifier | Constructor and Description |
|---|---|
protected |
MySqlDialect() |
|
MySqlDialect(IdentifierProcessing identifierProcessing)
Creates a new
MySqlDialect given IdentifierProcessing. |
| Modifier and Type | Method and Description |
|---|---|
IdentifierProcessing |
getIdentifierProcessing()
Returns the
IdentifierProcessing used for processing SqlIdentifier when converting them to SQL
snippets or parameter names. |
LimitClause |
limit()
Return the
LimitClause used by this dialect. |
LockClause |
lock()
Return the
LockClause used by this dialect. |
getAfterFromTable, getAfterOrderBy, getSelectContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArraySupport, getIdGeneration, getLikeEscaperpublic static final IdentifierProcessing MYSQL_IDENTIFIER_PROCESSING
IdentifierProcessing.public static final MySqlDialect INSTANCE
protected MySqlDialect()
public MySqlDialect(IdentifierProcessing identifierProcessing)
MySqlDialect given IdentifierProcessing.identifierProcessing - must not be null.public LimitClause limit()
DialectLimitClause used by this dialect.LimitClause used by this dialect.public LockClause lock()
DialectLockClause used by this dialect.LockClause used by this dialect.public IdentifierProcessing getIdentifierProcessing()
DialectIdentifierProcessing used for processing SqlIdentifier when converting them to SQL
snippets or parameter names.IdentifierProcessing. Guaranteed to be not null.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.