|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DDLWarning
A DDLWarning object encapsulates the details of a single warning message issued by a DDL generator.
| Method Summary | |
|---|---|
java.util.List<? extends SQLObject> |
getInvolvedObjects()
The subject(s) of this warning. |
java.lang.String |
getMessage()
Get the message associated with this warning, e.g., a string like "Primary Key Name is already in use" |
java.lang.String |
getQuickFixMessage()
If isQuickFixable(), then this gives the message about what will be done. |
java.lang.String |
getQuickFixPropertyName()
Returns the name of the Beans property of the involved object(s) that can be modified to fix the problem. |
boolean |
isFixed()
Return true if the user has repaired or quickfixed the problem |
boolean |
isQuickFixable()
Tell whether the user can "quick fix" this problem |
boolean |
quickFix()
If isQuickFixable(), then this applies the quick fix |
void |
setFixed(boolean fixed)
|
| Method Detail |
|---|
java.lang.String getMessage()
java.util.List<? extends SQLObject> getInvolvedObjects()
boolean isFixed()
void setFixed(boolean fixed)
boolean isQuickFixable()
java.lang.String getQuickFixMessage()
boolean quickFix()
java.lang.String getQuickFixPropertyName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||