| java.lang.Object org.firebirdsql.squirrel.exp.DomainParentExpander
DomainParentExpander | public class DomainParentExpander 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: Colin Bell |
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 thechild nodes for the passed node. |
|
|