org.axiondb.parser
Interface Parser

All Known Implementing Classes:
AxionSqlParser

public interface Parser

Generic Axion parser interface. Arbitrary implementations of this interface should be interoperable with the Axion database engine, allowing pluggable parsers and syntaxes.

Version:
$Revision: 1.4 $ $Date: 2004/04/15 03:00:16 $

Method Summary
 AxionCommand parse(String sql)
          Parse a command from the given String.
 

Method Detail

parse

public AxionCommand parse(String sql)
                   throws AxionException
Parse a command from the given String.

Throws:
AxionException