edu.iastate.anthill.indus.iterator.ec
Class EC2Tree

java.lang.Object
  extended byedu.iastate.anthill.indus.iterator.DB2Tree
      extended byedu.iastate.anthill.indus.iterator.ec.EC2Tree

public class EC2Tree
extends DB2Tree

Since:
2005-03-31 CREATE TABLE ec ( id char(20) NOT NULL, name varchar(256), parent varchar, CONSTRAINT "EC_pkey" PRIMARY KEY (id) )
Author:
Jie Bao , baojie@cs.iastate.edu

Field Summary
 
Fields inherited from class edu.iastate.anthill.indus.iterator.DB2Tree
db
 
Constructor Summary
EC2Tree(java.sql.Connection db)
           
 
Method Summary
protected  java.lang.String findComments(java.lang.String id)
           
protected  java.util.Vector getChildren(java.lang.String from_id)
           
protected  java.util.Vector getParent(java.lang.String from_id)
           
 java.lang.String getRootId()
           
 
Methods inherited from class edu.iastate.anthill.indus.iterator.DB2Tree
buildTree, createNode, defaultFindComments, defaultGetChildren, defaultGetParent, getFirstParent, getFirstParentPath, getTree, insertPath, insertSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EC2Tree

public EC2Tree(java.sql.Connection db)
Method Detail

findComments

protected java.lang.String findComments(java.lang.String id)
Specified by:
findComments in class DB2Tree

getRootId

public java.lang.String getRootId()
Specified by:
getRootId in class DB2Tree

getChildren

protected java.util.Vector getChildren(java.lang.String from_id)
Specified by:
getChildren in class DB2Tree

getParent

protected java.util.Vector getParent(java.lang.String from_id)
Specified by:
getParent in class DB2Tree