public class MariaDBDB extends MySQLDB
ALTER_COLUMN_NAME, ALTER_COLUMN_TYPE, ALTER_TABLE_NAME, columnTypePattern, CREATE_TABLE, DROP_INDEX, DROP_PRIMARY_KEY, RENAME_TABLE_TEMPLATE, REWORD_TEMPLATE, SQL_VARCHAR_TYPES, TEMPLATE
Constructor and Description |
---|
MariaDBDB(int majorVersion,
int minorVersion) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSupportsDBPartition() |
alterColumnType, alterTableDropColumn, buildSQL, doRenameTables, getIndexes, getNewUuidFunctionName, getPopulateSQL, getRecreateSQL, getSQLTypes, getTemplate, isSupportsNewUuidFunction, isSupportsUpdateWithInnerJoin, reword
addIndexes, addPrimaryKey, alterColumnName, alterTableAddColumn, buildColumnNameTokens, buildColumnTypeTokens, buildTableNameTokens, copyTableRows, copyTableStructure, createSyncDeleteTrigger, createSyncInsertTrigger, createSyncUpdateTrigger, dropIndexes, dropIndexes, dropTrigger, getCopyTableStructureSQL, getDBType, getDefaultValue, getIndexes, getIndexResultSet, getMajorVersion, getMinorVersion, getPrimaryKeyColumnNames, getRenameTableSQL, getSQLType, getSQLTypeDecimalDigits, getSQLTypeSize, getSQLVarcharSizes, getTemplateBlob, getTemplateFalse, getTemplateTrue, getVersionString, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsDDLRollback, isSupportsDuplicatedIndexName, isSupportsInlineDistinct, isSupportsQueryingAfterException, isSupportsScrollableResults, isSupportsStringCaseSensitiveQuery, limitColumnLength, process, removePrimaryKey, renameTables, replaceTemplate, runSQL, runSQL, runSQL, runSQL, runSQLTemplateString, runSQLTemplateString, setSupportsStringCaseSensitiveQuery, syncTables, updateIndexes
public boolean isSupportsDBPartition()
isSupportsDBPartition
in interface com.liferay.portal.kernel.dao.db.DB
isSupportsDBPartition
in class MySQLDB