org.apache.beehive.controls.system.jdbc.parser
Class SqlFragmentContainer

Object
  extended by SqlFragment
      extended by SqlFragmentContainer
Direct Known Subclasses:
JdbcFragment, SqlStatement, SqlSubstitutionFragment

public abstract class SqlFragmentContainer
extends SqlFragment

The abstract base class for fragment's which may contain child fragments.


Field Summary
protected  ArrayList<SqlFragment> _children
          Child fragments of this container.
 
Method Summary
 String toString()
          Must be implemented for JUnit testing.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_children

protected ArrayList<SqlFragment> _children
Child fragments of this container.

Method Detail

toString

public String toString()
Must be implemented for JUnit testing.

Overrides:
toString in class SqlFragment
Returns:
The String value of this fragment and all of its child fragments.