ca.sqlpower.architect.ddl
Class InvalidSeqNameDDLWarning
java.lang.Object
ca.sqlpower.architect.ddl.AbstractDDLWarning
ca.sqlpower.architect.ddl.InvalidSeqNameDDLWarning
- All Implemented Interfaces:
- DDLWarning
public class InvalidSeqNameDDLWarning
- extends AbstractDDLWarning
A DDLWarning for invalid name of a SQLSequence that can be
fixed by calling setName() on one of the involved objects.
It has a side effect of setting the given SQLColumn's
autoIncrementSequenceName as well.
|
Method Summary |
boolean |
quickFix()
Dummy version for subclasses that are not quickfixable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
whatQuickFixShouldCallIt
protected java.lang.String whatQuickFixShouldCallIt
InvalidSeqNameDDLWarning
public InvalidSeqNameDDLWarning(java.lang.String message,
SQLSequence seq,
SQLColumn col,
java.lang.String quickFixMesssage,
java.lang.String whatQuickFixShouldCallIt)
quickFix
public boolean quickFix()
- Description copied from class:
AbstractDDLWarning
- Dummy version for subclasses that are not quickfixable
- Specified by:
quickFix in interface DDLWarning- Overrides:
quickFix in class AbstractDDLWarning
Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca