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

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

public class ConstraintColumnInfo
extends Object

Java bean containing connection constraint column information.

Author:
bpaulon

Constructor Summary
ConstraintColumnInfo(String owner, String constraintName, String tableName, String columnName, int position)
           
 
Method Summary
 String getColumnName()
           
 String getConstraintName()
           
 String getOwner()
           
 int getPosition()
           
 String getTableName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintColumnInfo

public ConstraintColumnInfo(String owner,
                            String constraintName,
                            String tableName,
                            String columnName,
                            int position)
Method Detail

getOwner

public String getOwner()

getConstraintName

public String getConstraintName()

getTableName

public String getTableName()

getColumnName

public String getColumnName()

getPosition

public int getPosition()


Copyright © 2001-2010. All Rights Reserved.