net.sourceforge.squirrel_sql.plugins.oracle.constraint
Class ConstraintInfo
java.lang.Object
net.sourceforge.squirrel_sql.plugins.oracle.constraint.ConstraintInfo
public class ConstraintInfo
- extends Object
Java bean containing connection constraint information.
- Author:
- bpaulon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstraintInfo
public ConstraintInfo(String owner,
String constraintName,
ConstraintInfo.ConstraintType constraintType,
String tableName,
String searchCondition,
String rOwner,
String rConstraintName,
String deleteRule,
String generated)
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.