Package org.apache.beehive.controls.system.jdbc.parser

Interface Summary
SqlGrammarConstants  
 

Class Summary
JdbcFragment Represents an SQL escape sequence found in the SQL annotation's statement member.
LiteralFragment Represents a portion of the SQL annotation's statement member which is not within substitution delimiters.
ParameterChecker Does compile-time checking of reflection parameteres in the SQL annotations's statement element vs. method parameters.
ReflectionFragment Represents a method parameter substitution into the SQL annotation's statement member.
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SqlFragment The abstract base class for fragments generated during parsing.
SqlFragmentContainer The abstract base class for fragment's which may contain child fragments.
SqlGrammar  
SqlGrammarTokenManager  
SqlParser The SqlParser class is a thread-safe class which parses a string containing a SQL statement with JdbcControl substitituion delimiters.
SqlStatement Represents a fully parsed SQL statement.
SqlSubstitutionFragment Represents a fragement from the SQL annotation's statement member which begins with '{sql:'.
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError