Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.dao.db
Class Index

java.lang.Object
  extended by com.liferay.portal.kernel.dao.db.Index
Direct Known Subclasses:
IndexMetadata

public class Index
extends Object


Constructor Summary
Index(String indexName, String tableName, boolean unique)
           
 
Method Summary
 String getIndexName()
           
 String getTableName()
           
 boolean isUnique()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Index

public Index(String indexName,
             String tableName,
             boolean unique)
Method Detail

getIndexName

public String getIndexName()

getTableName

public String getTableName()

isUnique

public boolean isUnique()

Liferay 6.1.2-ce-ga3