|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.solarmetric.rd.kodo.impl.jdbc.schema.ReferenceCounter
|
+--com.solarmetric.rd.kodo.impl.jdbc.schema.Constraint
A table constraint.
| Method Summary | |
boolean |
equals(java.lang.Object other)
Tests that the names of the constraints are equal or at least one is unset. |
java.lang.String |
getName()
Return the name of the constraint. |
com.solarmetric.rd.kodo.impl.jdbc.schema.Table |
getTable()
Return the table of this constraint. |
boolean |
isDeferred()
Return true if this is a deferred constraint. |
abstract boolean |
isLogical()
Return whether this constraint is a logical constraint only; i.e. |
void |
setDeferred(boolean deferred)
Make this constrain deferred. |
java.lang.String |
toString()
|
| Methods inherited from class com.solarmetric.rd.kodo.impl.jdbc.schema.ReferenceCounter |
deref, getRefCount, ref |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public com.solarmetric.rd.kodo.impl.jdbc.schema.Table getTable()
public java.lang.String getName()
public abstract boolean isLogical()
public boolean isDeferred()
public void setDeferred(boolean deferred)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||