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

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

public class ConstraintSourceBuilder
extends Object


Constructor Summary
ConstraintSourceBuilder(ISession session)
           
 
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
 

Constructor Detail

ConstraintSourceBuilder

public ConstraintSourceBuilder(ISession session)
Method Detail

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-2013. All Rights Reserved.