org.codehaus.jparsec.examples.sql.parser
Class RelationParser

java.lang.Object
  extended by org.codehaus.jparsec.examples.sql.parser.RelationParser

public final class RelationParser
extends Object

Parser for relation.

Author:
Ben Yu

Constructor Summary
RelationParser()
           
 
Method Summary
static Parser<Relation> query()
          The Parser for a full fledged SQL query.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationParser

public RelationParser()
Method Detail

query

public static Parser<Relation> query()
The Parser for a full fledged SQL query.



Copyright © 2014. All rights reserved.