net.sourceforge.squirrel_sql.plugins.oracle.constraint
Class ConstraintSourceBuilder
java.lang.Object
net.sourceforge.squirrel_sql.plugins.oracle.constraint.ConstraintSourceBuilder
public class ConstraintSourceBuilder
- extends Object
|
Method Summary |
void |
buildConstraintSource(ConstraintInfo ci)
Does not handle the following oracle constraints
- Read Only Constraint - Type O
Read Only on a view
- Check Option - Type V
Specify WITH CHECK OPTION to indicate that Oracle prohibits
any changes to the table or view that would produce rows that
are not included in the subquery |
String |
getConstraintSource()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstraintSourceBuilder
public ConstraintSourceBuilder(ISession session)
getConstraintSource
public String getConstraintSource()
buildConstraintSource
public void buildConstraintSource(ConstraintInfo ci)
throws Exception
- Does not handle the following oracle constraints
- Read Only Constraint - Type O
Read Only on a view
- Check Option - Type V
Specify WITH CHECK OPTION to indicate that Oracle prohibits
any changes to the table or view that would produce rows that
are not included in the subquery
- Parameters:
ci - - constraint info java bean
- Throws:
SQLException
Exception
Copyright © 2001-2010. All Rights Reserved.