|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.architect.ddl.AbstractDDLWarning
ca.sqlpower.architect.ddl.SetDefaultOnColumnWithNoDefaultWarning
public class SetDefaultOnColumnWithNoDefaultWarning
A DDL warning about relationship update or delete rule that tries to set default on a column with no default value. Some database platforms consider this an error, and others ignore it. In either case, we treat it as a mistake in the data model that the user should rectify.
There is no quick fix for this one, because we can't guess what a suitable default value would be.
| Field Summary |
|---|
| Fields inherited from class ca.sqlpower.architect.ddl.AbstractDDLWarning |
|---|
fixed, involvedObjects, isQuickFixable, message, quickFixMesssage, quickFixPropertyName, whichObjectQuickFixFixes |
| Constructor Summary | |
|---|---|
SetDefaultOnColumnWithNoDefaultWarning(SQLColumn fkcol)
|
|
| Method Summary |
|---|
| Methods inherited from class ca.sqlpower.architect.ddl.AbstractDDLWarning |
|---|
getInvolvedObjects, getMessage, getQuickFixMessage, getQuickFixPropertyName, isFixed, isQuickFixable, quickFix, setFixed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SetDefaultOnColumnWithNoDefaultWarning(SQLColumn fkcol)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||