| Package | Description |
|---|---|
| com.liferay.portal.kernel.dao.db | |
| com.liferay.portal.kernel.upgrade |
| Modifier and Type | Method and Description |
|---|---|
static IndexMetadata |
IndexMetadataFactoryUtil.createIndexMetadata(boolean unique,
String tableName,
String... columnNames) |
static IndexMetadata |
IndexMetadataFactoryUtil.createIndexMetadata(String createSQL) |
| Modifier and Type | Method and Description |
|---|---|
int |
IndexMetadata.compareTo(IndexMetadata indexMetadata) |
Boolean |
IndexMetadata.redundantTo(IndexMetadata indexMetadata) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ObjectValuePair<String,IndexMetadata>> |
UpgradeProcess.getIndexesSQL(ClassLoader classLoader,
String tableName)
Deprecated.
As of Athanasius (7.3.x), replaced by
UpgradeProcess.getIndexSQLs(Class, String) |