Uses of Class
com.liferay.portal.kernel.dao.db.IndexMetadata
Packages that use IndexMetadata
-
Uses of IndexMetadata in com.liferay.portal.kernel.dao.db
Methods in com.liferay.portal.kernel.dao.db that return IndexMetadataModifier and TypeMethodDescriptionstatic IndexMetadata
IndexMetadataFactoryUtil.createIndexMetadata
(boolean unique, String tableName, String... columnNames) static IndexMetadata
IndexMetadataFactoryUtil.createIndexMetadata
(String createSQL) Methods in com.liferay.portal.kernel.dao.db that return types with arguments of type IndexMetadataModifier and TypeMethodDescriptionprotected List<IndexMetadata>
BaseDBProcess.dropIndexes
(String tableName, String columnName) DB.dropIndexes
(Connection connection, String tableName, String columnName) DB.getIndexMetadatas
(Connection connection, String tableName, String columnName, boolean onlyUnique) Methods in com.liferay.portal.kernel.dao.db with parameters of type IndexMetadataModifier and TypeMethodDescriptionint
IndexMetadata.compareTo
(IndexMetadata indexMetadata) IndexMetadata.redundantTo
(IndexMetadata indexMetadata) Method parameters in com.liferay.portal.kernel.dao.db with type arguments of type IndexMetadataModifier and TypeMethodDescriptionprotected void
BaseDBProcess.addIndexes
(Connection connection, List<IndexMetadata> indexMetadatas) void
DB.addIndexes
(Connection connection, List<IndexMetadata> indexMetadatas) -
Uses of IndexMetadata in com.liferay.portal.kernel.upgrade
Methods in com.liferay.portal.kernel.upgrade that return types with arguments of type IndexMetadataModifier and TypeMethodDescriptionprotected List<ObjectValuePair<String,
IndexMetadata>> UpgradeProcess.getIndexesSQL
(ClassLoader classLoader, String tableName) Deprecated.
#getIndexSQLs(Class, String)