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, rewordaddIndexes, addPrimaryKey, alterColumnName, alterTableAddColumn, buildColumnNameTokens, buildColumnTypeTokens, buildTableNameTokens, copyTableRows, copyTableStructure, createSyncDeleteTrigger, createSyncInsertTrigger, createSyncUpdateTrigger, dropIndexes, dropIndexes, dropTrigger, getCopyTableStructureSQL, getDBType, getDefaultValue, getIndexColumnName, getIndexMetadatas, 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, runSQLTemplate, runSQLTemplate, setSupportsStringCaseSensitiveQuery, syncTables, updateIndexespublic boolean isSupportsDBPartition()
isSupportsDBPartition in interface com.liferay.portal.kernel.dao.db.DBisSupportsDBPartition in class MySQLDB