railo.runtime.sql.old
Class ZqlParser

java.lang.Object
  extended by railo.runtime.sql.old.ZqlParser

public final class ZqlParser
extends Object


Constructor Summary
ZqlParser()
           
ZqlParser(InputStream inputstream)
           
 
Method Summary
 void addCustomFunction(String s, int i)
           
 void initParser(InputStream inputstream)
           
static void main(String[] args)
           
 ZExp readExpression()
           
 ZStatement readStatement()
           
 Vector readStatements()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZqlParser

public ZqlParser(InputStream inputstream)

ZqlParser

public ZqlParser()
Method Detail

main

public static void main(String[] args)
                 throws ParseException
Throws:
ParseException

initParser

public void initParser(InputStream inputstream)

addCustomFunction

public void addCustomFunction(String s,
                              int i)

readStatement

public ZStatement readStatement()
                         throws ParseException
Throws:
ParseException

readStatements

public Vector readStatements()
                      throws ParseException
Throws:
ParseException

readExpression

public ZExp readExpression()
                    throws ParseException
Throws:
ParseException


Copyright © 2012 Railo