net.sourceforge.squirrel_sql.plugins.oracle.constraint
Class ConstraintInfo

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.oracle.constraint.ConstraintInfo

public class ConstraintInfo
extends Object

Java bean containing connection constraint information.

Author:
bpaulon

Nested Class Summary
static class ConstraintInfo.ConstraintType
           
 
Constructor Summary
ConstraintInfo(String owner, String constraintName, ConstraintInfo.ConstraintType constraintType, String tableName, String searchCondition, String rOwner, String rConstraintName, String deleteRule, String generated)
           
 
Method Summary
 String getConstraintName()
           
 ConstraintInfo.ConstraintType getConstraintType()
           
 String getDeleteRule()
           
 String getGenerated()
           
 String getOwner()
           
 String getRConstraintName()
           
 String getROwner()
           
 String getSearchCondition()
           
 String getTableName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintInfo

public ConstraintInfo(String owner,
                      String constraintName,
                      ConstraintInfo.ConstraintType constraintType,
                      String tableName,
                      String searchCondition,
                      String rOwner,
                      String rConstraintName,
                      String deleteRule,
                      String generated)
Method Detail

getOwner

public String getOwner()

getConstraintName

public String getConstraintName()

getConstraintType

public ConstraintInfo.ConstraintType getConstraintType()

getTableName

public String getTableName()

getSearchCondition

public String getSearchCondition()

getROwner

public String getROwner()

getRConstraintName

public String getRConstraintName()

getDeleteRule

public String getDeleteRule()

getGenerated

public String getGenerated()


Copyright © 2001-2010. All Rights Reserved.