| java.lang.Object net.sourceforge.squirrel_sql.plugins.h2.exp.SchemaExpander
SchemaExpander | public class SchemaExpander implements INodeExpander(Code) | | This class is an expander for the schema nodes. It will add Sequence Object
Type nodes to the schema node.
author: manningr |
SchemaExpander | public SchemaExpander()(Code) | | Ctor.
|
createChildren | public List<ObjectTreeNode> createChildren(ISession session, ObjectTreeNode parentNode)(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. |
|
|