Uses of Class
ca.sqlpower.architect.ddl.AbstractDDLWarning

Packages that use AbstractDDLWarning
ca.sqlpower.architect.ddl   
 

Uses of AbstractDDLWarning in ca.sqlpower.architect.ddl
 

Subclasses of AbstractDDLWarning in ca.sqlpower.architect.ddl
 class InvalidNameDDLWarning
          A DDLWarning for invalid name that can be fixed by calling setName() on one of the involved objects
 class InvalidSeqNameDDLWarning
          A DDLWarning for invalid name of a SQLSequence that can be fixed by calling setName() on one of the involved objects.
 class RelationshipColumnsTypesMismatchDDLWarning
          A DDLWarning for when the types of two columns in a relationship do not match.
 class SetDefaultOnColumnWithNoDefaultWarning
          A DDL warning about relationship update or delete rule that tries to set default on a column with no default value.
 class SetNullOnNonNullableColumnWarning
          A DDL warning about relationship update or delete rule that tries to set a non-nullable column to null.
 class TypeMapDDLWarning
          A class of warning that means some column's data type cannot be accurately represented in the target database.
 class UnsupportedFeatureDDLWarning
          A warning class to let the user know their data model cannot be faithfully represented in the target database due to feature limitations.
 



Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca