net.sourceforge.squirrel_sql.plugins.oracle.expander
Class ConstraintParentExpander

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.oracle.expander.ConstraintParentExpander
All Implemented Interfaces:
INodeExpander

public class ConstraintParentExpander
extends Object
implements INodeExpander

This class handles the expanding of the Constraint node. It will show all the constraints for selected table.

Author:
bpaulon

Constructor Summary
ConstraintParentExpander(IObjectTypes objectTypes)
           
 
Method Summary
 List<ObjectTreeNode> createChildren(ISession session, ObjectTreeNode parentNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintParentExpander

public ConstraintParentExpander(IObjectTypes objectTypes)
Method Detail

createChildren

public List<ObjectTreeNode> createChildren(ISession session,
                                           ObjectTreeNode parentNode)
                                    throws SQLException
Specified by:
createChildren in interface INodeExpander
Throws:
SQLException


Copyright © 2001-2013. All Rights Reserved.