org.axiondb.parser

Interface Parser

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 $

Author: Doug Sale Chuck Burdick

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

Method Detail

parse

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