public class MariaDbDialect extends MySqlDialect
Dialect
to be used with MariaDb. Since we haven't encountered any significant differences between MariaDb
and Mysql its instance is actually MySqlDialect.INSTANCE
, although that might change at any time.Modifier | Constructor and Description |
---|---|
protected |
MariaDbDialect() |
getIdentifierProcessing, limit
getAfterOrderBy, getSelectContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getArraySupport
public static final Dialect INSTANCE
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.