|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.metadata.SpeedoElement
org.objectweb.speedo.metadata.SpeedoTable
public class SpeedoTable
Field Summary | |
---|---|
java.lang.String |
catalog
The catalog of the table (null if none). |
java.util.List |
indexes
List of SpeedoIndexes |
SpeedoJoin |
join
If it is a secondary table, specify the join with the main table. |
java.lang.String |
name
The name of the table. |
java.lang.String |
schema
The schema of the table (null if none). |
java.util.ArrayList |
uniqueConstraints
A list of unique constraints associated with the table. |
Fields inherited from class org.objectweb.speedo.metadata.SpeedoElement |
---|
jdoExtension, personality |
Constructor Summary | |
---|---|
SpeedoTable()
|
Method Summary | |
---|---|
boolean |
addUniqueConstraint(java.util.ArrayList cols)
Add a new unique constraint to this table. |
boolean |
isMain()
|
Methods inherited from class org.objectweb.speedo.metadata.SpeedoElement |
---|
addExtension, addInArray, getExtension, getExtensionByKey, getExtensionValueByKey, indexOfInArray, removeInArray, setValueInArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.String catalog
public java.lang.String schema
public SpeedoJoin join
public java.util.List indexes
public java.util.ArrayList uniqueConstraints
Constructor Detail |
---|
public SpeedoTable()
Method Detail |
---|
public boolean addUniqueConstraint(java.util.ArrayList cols)
cols
- The list of columns specifying the constraint.
public boolean isMain()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |