|
Liferay 6.2.0-ce-b2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.dao.db.Index
com.liferay.portal.kernel.dao.db.IndexMetadata
public class IndexMetadata
| 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 |
|---|
public IndexMetadata(String indexName,
String tableName,
boolean unique,
String specification,
String createSQL,
String dropSQL)
| Method Detail |
|---|
public String getCreateSQL()
public String getDropSQL()
public String getSpecification()
|
Liferay 6.2.0-ce-b2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||