|
SolarMetric Kodo JDO 3.1.6 generated on August 25 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()
|
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, equals, 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 int getRefCount()
public void ref()
public void deref()
|
SolarMetric Kodo JDO 3.1.6 generated on August 25 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||