Uses of Class
net.sourceforge.squirrel_sql.plugins.oracle.constraint.ConstraintInfo.ConstraintType

Packages that use ConstraintInfo.ConstraintType
net.sourceforge.squirrel_sql.plugins.oracle.constraint   
 

Uses of ConstraintInfo.ConstraintType in net.sourceforge.squirrel_sql.plugins.oracle.constraint
 

Methods in net.sourceforge.squirrel_sql.plugins.oracle.constraint that return ConstraintInfo.ConstraintType
 ConstraintInfo.ConstraintType ConstraintInfo.getConstraintType()
           
static ConstraintInfo.ConstraintType ConstraintInfo.ConstraintType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConstraintInfo.ConstraintType[] ConstraintInfo.ConstraintType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sourceforge.squirrel_sql.plugins.oracle.constraint with parameters of type ConstraintInfo.ConstraintType
ConstraintInfo(String owner, String constraintName, ConstraintInfo.ConstraintType constraintType, String tableName, String searchCondition, String rOwner, String rConstraintName, String deleteRule, String generated)
           
 



Copyright © 2001-2013. All Rights Reserved.