Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portal.kernel.dao.db.Index
      extended by com.liferay.portal.kernel.dao.db.IndexMetadata

public class IndexMetadata
extends Index


Constructor Summary
IndexMetadata(String indexName, String tableName, boolean unique, String specification, String createSQL, String dropSQL)
           
 
Method Summary
 String getCreateSQL()
           
 String getDropSQL()
           
 String getSpecification()
           
 
Methods inherited from class com.liferay.portal.kernel.dao.db.Index
getIndexName, getTableName, isUnique
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexMetadata

public IndexMetadata(String indexName,
                     String tableName,
                     boolean unique,
                     String specification,
                     String createSQL,
                     String dropSQL)
Method Detail

getCreateSQL

public String getCreateSQL()

getDropSQL

public String getDropSQL()

getSpecification

public String getSpecification()

Liferay 6.2-ce-ga5