Package com.liferay.portal.dao.db
Class MariaDBDB
Object
com.liferay.portal.dao.db.BaseDB
com.liferay.portal.dao.db.MySQLDB
com.liferay.portal.dao.db.MariaDBDB
- All Implemented Interfaces:
com.liferay.portal.kernel.dao.db.DB
- Author:
- Preston Crary
-
Field Summary
Fields inherited from class com.liferay.portal.dao.db.BaseDB
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
Fields inherited from interface com.liferay.portal.kernel.dao.db.DB
SQL_SIZE_NONE, SQL_VARCHAR_MAX_SIZE, SQL_VARCHAR_MAX_SIZE_THRESHOLD
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.dao.db.MySQLDB
alterColumnType, alterTableDropColumn, buildSQL, doRenameTables, getIndexes, getNewUuidFunctionName, getPopulateSQL, getRecreateSQL, getSQLTypes, getTemplate, isSupportsNewUuidFunction, isSupportsUpdateWithInnerJoin, reword
Methods inherited from class com.liferay.portal.dao.db.BaseDB
addIndexes, 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, updateIndexes
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.dao.db.DB
runSQL, runSQL, runSQLTemplateString, runSQLTemplateString
-
Constructor Details
-
MariaDBDB
public MariaDBDB(int majorVersion, int minorVersion)
-
-
Method Details
-
isSupportsDBPartition
public boolean isSupportsDBPartition()- Specified by:
isSupportsDBPartition
in interfacecom.liferay.portal.kernel.dao.db.DB
- Overrides:
isSupportsDBPartition
in classMySQLDB
-