net.sourceforge.squirrel_sql.plugins.oracle.constraint
Class UQConstraintSource
java.lang.Object
net.sourceforge.squirrel_sql.plugins.oracle.constraint.AbstractConstraintSource
net.sourceforge.squirrel_sql.plugins.oracle.constraint.UQConstraintSource
public class UQConstraintSource
- extends AbstractConstraintSource
Constructs the SQL source for a unique constraint.
Unique constraint is used to ensure that all column values
within a table never contain a duplicate entry.
- Author:
- bpaulon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UQConstraintSource
public UQConstraintSource(ISession session,
ConstraintInfo ci)
buildConstraintClause
public void buildConstraintClause()
throws Exception
- Specified by:
buildConstraintClause in class AbstractConstraintSource
- Throws:
Exception
Copyright © 2001-2013. All Rights Reserved.