public class MySqlDialect extends AbstractDialect
Modifier and Type | Field and Description |
---|---|
static MySqlDialect |
INSTANCE
Singleton instance.
|
Modifier | Constructor and Description |
---|---|
protected |
MySqlDialect() |
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. |
getAfterOrderBy, getSelectContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getArraySupport
public static final MySqlDialect INSTANCE
public LimitClause limit()
Dialect
LimitClause
used by this dialect.LimitClause
used by this dialect.public IdentifierProcessing getIdentifierProcessing()
Dialect
IdentifierProcessing
used for processing SqlIdentifier
when converting them to SQL
snippets or parameter names.IdentifierProcessing
. Guaranteed to be not null.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.