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 |
|---|---|
void |
alterTableDropColumn(Connection connection,
String tableName,
String columnName) |
alterColumnType, buildSQL, getIndexes, getNewUuidFunctionName, getPopulateSQL, getRecreateSQL, getSQLTypes, getTemplate, isSupportsNewUuidFunction, isSupportsUpdateWithInnerJoin, rewordaddIndexes, addPrimaryKey, alterColumnName, alterTableAddColumn, buildColumnNameTokens, buildColumnTypeTokens, buildTableNameTokens, dropIndexes, dropIndexes, getDBType, getIndexes, getIndexResultSet, getMajorVersion, getMinorVersion, getPrimaryKeyColumnNames, getSQLType, getSQLVarcharSize, getSQLVarcharSizes, getTemplateBlob, getTemplateFalse, getTemplateTrue, getVersionString, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsInlineDistinct, isSupportsQueryingAfterException, isSupportsScrollableResults, isSupportsStringCaseSensitiveQuery, limitColumnLength, process, removePrimaryKey, replaceTemplate, runSQL, runSQL, runSQL, runSQL, runSQLTemplateString, runSQLTemplateString, setSupportsStringCaseSensitiveQuery, updateIndexespublic void alterTableDropColumn(Connection connection,
String tableName,
String columnName)
throws Exception
alterTableDropColumn in interface com.liferay.portal.kernel.dao.db.DBalterTableDropColumn in class BaseDBException