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 IndexMetadataIndexMetadataFactoryUtil.createIndexMetadata(boolean unique, String tableName, String... columnNames) static IndexMetadataIndexMetadataFactoryUtil.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 TypeMethodDescriptionintIndexMetadata.compareTo(IndexMetadata indexMetadata) IndexMetadata.redundantTo(IndexMetadata indexMetadata) Method parameters in com.liferay.portal.kernel.dao.db with type arguments of type IndexMetadataModifier and TypeMethodDescriptionprotected voidBaseDBProcess.addIndexes(Connection connection, List<IndexMetadata> indexMetadatas) voidDB.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)