Uses of Class
net.sourceforge.squirrel_sql.plugins.dbdiff.util.AbstractDifference.DiffType

Packages that use AbstractDifference.DiffType
net.sourceforge.squirrel_sql.plugins.dbdiff.util   
 

Uses of AbstractDifference.DiffType in net.sourceforge.squirrel_sql.plugins.dbdiff.util
 

Fields in net.sourceforge.squirrel_sql.plugins.dbdiff.util declared as AbstractDifference.DiffType
protected  AbstractDifference.DiffType AbstractDifference._differenceType
          The type of difference being reported
 

Methods in net.sourceforge.squirrel_sql.plugins.dbdiff.util that return AbstractDifference.DiffType
 AbstractDifference.DiffType AbstractDifference.getDifferenceType()
           
static AbstractDifference.DiffType AbstractDifference.DiffType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractDifference.DiffType[] AbstractDifference.DiffType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.squirrel_sql.plugins.dbdiff.util with parameters of type AbstractDifference.DiffType
 void AbstractDifference.setDifferenceType(AbstractDifference.DiffType _differenceType)
           
 



Copyright © 2001-2010. All Rights Reserved.