| java.lang.Object net.sourceforge.squirrel_sql.plugins.db2.exp.UDFParentExpander
UDFParentExpander | public class UDFParentExpander implements INodeExpander(Code) | | This class handles the expanding of the "Sequence Group"
node. It will give a list of all the Sequences available in the schema.
author: manningr |
UDFParentExpander | public UDFParentExpander(boolean isOS400)(Code) | | Default ctor.
|
createChildren | public List<ObjectTreeNode> createChildren(ISession session, ObjectTreeNode parentNode) throws SQLException(Code) | | Create the child nodes for the passed parent node and return them. Note
that this method should not actually add the child nodes to the
parent node as this is taken care of in the caller.
Parameters: session - Current session. Parameters: node - Node to be expanded. A list of ObjectTreeNode objects representing the childnodes for the passed node. |
|
|