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

Object
  extended by SqlFragment
      extended by LiteralFragment

public final class LiteralFragment
extends SqlFragment

Represents a portion of the SQL annotation's statement member which is not within substitution delimiters. The parser creates LiteralFragements for portions of the SQL statement which do not require any special processing.


Method Summary
 String toString()
          Required for JUnit testing.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Required for JUnit testing.

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