net.sourceforge.squirrel_sql.plugins.oracle.constraint
Class ConstraintColumnInfo
java.lang.Object
net.sourceforge.squirrel_sql.plugins.oracle.constraint.ConstraintColumnInfo
public class ConstraintColumnInfo
- extends Object
Java bean containing connection constraint column information.
- Author:
- bpaulon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstraintColumnInfo
public ConstraintColumnInfo(String owner,
String constraintName,
String tableName,
String columnName,
int position)
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.