public final class MariaDBDialect extends DialectSupport.Abstract
DialectSupport.Abstract
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CONNECTION_URL
Default connection URL.
|
static String |
DEFAULT_CONNECTION_USER
Default connection user.
|
static ClassDefImpl |
DEFAULT_DRIVER_CLASS_DEF
Default driver class definition.
|
static String |
DIALECT_NAME
Dialect name.
|
ARCHIVE_TABLE_PROPERTY, CATALOG_PROPERTY, DEFAULT_ARCHIVE_TABLE_NAME, DEFAULT_CATALOG_NAME, DEFAULT_POINT_COLUMN, DEFAULT_SCHEMA_NAME, DEFAULT_SNAPSHOT_TABLE_NAME, DEFAULT_STAMP_COLUMN, DEFAULT_STATE_COLUMN, DEFAULT_VALUE_COLUMN, DEFAULT_VERSION_COLUMN, POINT_COLUMN_PROPERTY, SCHEMA_PROPERTY, SNAPSHOT_TABLE_PROPERTY, STAMP_COLUMN_PROPERTY, STATE_COLUMN_PROPERTY, TABLE_PROPERTY, VALUE_COLUMN_PROPERTY, VERSION_COLUMN_PROPERTY
Constructor and Description |
---|
MariaDBDialect()
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getCreateTableSQL()
Gets the SQL for statements that create the table.
|
String |
getDefaultConnectionURL(File storeDataDir,
String storeEntityName)
Gets the default connection URL.
|
String |
getDefaultConnectionUser()
Gets the default connection user.
|
protected Optional<ClassDefImpl> |
getDefaultDriverClassDef()
Gets the default driver class definition.
|
getCatalogName, getCatalogSchemaTable, getDefaultCatalogName, getDefaultClientDriverClassDef, getDefaultSchemaName, getDefaultTableName, getDeleteSQL, getDialectName, getInsertSQL, getPointColumn, getSchemaName, getSelectSQL, getStampColumn, getStateColumn, getTableName, getThisLogger, getUpdateSQL, getValueColumn, getVersionColumn, isPullDisabled, isSnapshot, onFirstConnection, registerDriver, setDeleteStatement, setInsertStatement, setSelectStatement, setSystemProperty, setUp, setUpdateStatement, tearDown
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefaultConnectionOptions, getDefaultConnectionPassword, getDefaultConnectionShared
public static final String DEFAULT_CONNECTION_URL
public static final String DEFAULT_CONNECTION_USER
public static final ClassDefImpl DEFAULT_DRIVER_CLASS_DEF
public static final String DIALECT_NAME
public List<String> getCreateTableSQL()
getCreateTableSQL
in interface DialectSupport
getCreateTableSQL
in class DialectSupport.Abstract
public String getDefaultConnectionURL(File storeDataDir, String storeEntityName)
Will always fail when not overridden.
storeDataDir
- The store data directory.storeEntityName
- The store entity name.public String getDefaultConnectionUser()
Will always fail when not overridden.
protected Optional<ClassDefImpl> getDefaultDriverClassDef()
getDefaultDriverClassDef
in class DialectSupport.Abstract
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.