|
SolarMetric Kodo JDO 3.0.3 generated on February 20 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--kodo.jdbc.schema.ReferenceCounter
|
+--kodo.jdbc.schema.Constraint
A table constraint.
| Method Summary | |
void |
deref()
|
boolean |
equals(Object other)
Tests that the names of the constraints are equal or at least one is unset. |
String |
getFullName()
Return the full name of the constraint, in the form <table>.<name> |
String |
getName()
Return the name of the constraint. |
int |
getRefCount()
|
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 |
ref()
|
void |
setDeferred(boolean deferred)
Make this constrain deferred. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public Table getTable()
public String getName()
public String getFullName()
public abstract boolean isLogical()
public boolean isDeferred()
public void setDeferred(boolean deferred)
public String toString()
toString in class Objectpublic boolean equals(Object other)
equals in class Objectpublic int getRefCount()
public void ref()
public void deref()
|
SolarMetric Kodo JDO 3.0.3 generated on February 20 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||