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

Object
  extended by SqlFragment
Direct Known Subclasses:
LiteralFragment, ReflectionFragment, SqlFragmentContainer

public abstract class SqlFragment
extends Object

The abstract base class for fragments generated during parsing.


Constructor Summary
SqlFragment()
           
 
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
 

Constructor Detail

SqlFragment

public SqlFragment()
Method Detail

toString

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

Overrides:
toString in class Object
Returns:
The String value of this fragment.