|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.torque.engine.database.model.Unique
A Class for information about unique indices of a table
Field Summary | |
private java.util.List |
indexColumns
Deprecated. |
private java.lang.String |
indexName
Deprecated. |
private Table |
parentTable
Deprecated. |
Constructor Summary | |
Unique()
Deprecated. Default Constructor |
Method Summary | |
void |
addColumn(org.xml.sax.AttributeList attrib)
Deprecated. adds a new column to an index |
java.lang.String |
getColumnList()
Deprecated. Return a comma delimited string of the index columns |
java.util.List |
getIndexColumns()
Deprecated. Return the vector of local columns. |
java.lang.String |
getIndexName()
Deprecated. Get the name of the unique index |
Table |
getTable()
Deprecated. Get the parent Table of the foreign key |
java.lang.String |
getTableName()
Deprecated. Returns the Name of the table the foreign key is in |
void |
loadFromXML(org.xml.sax.AttributeList attrib)
Deprecated. Imports a column from an XML specification |
private java.lang.String |
makeColumnList(java.util.List cols)
Deprecated. Creates a list of columns delimited by commas |
void |
setTable(Table parent)
Deprecated. Set the parent Table of the foreign key |
java.lang.String |
toString()
Deprecated. String representation of the index. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.lang.String indexName
private Table parentTable
private java.util.List indexColumns
Constructor Detail |
public Unique()
Method Detail |
public void setTable(Table parent)
public Table getTable()
public java.lang.String getIndexName()
public java.lang.String getTableName()
public void addColumn(org.xml.sax.AttributeList attrib)
private java.lang.String makeColumnList(java.util.List cols)
public java.lang.String getColumnList()
public java.util.List getIndexColumns()
public java.lang.String toString()
toString
in class java.lang.Object
public void loadFromXML(org.xml.sax.AttributeList attrib)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |