org.dbmaintain.script.parser
Interface ScriptParser

All Known Implementing Classes:
DefaultScriptParser

public interface ScriptParser

An interface for a parser that can parse statements out of a script.

Author:
Tim Ducheyne, Filip Neven

Method Summary
 String getNextStatement()
          Gets the next statement out of the given script stream.
 

Method Detail

getNextStatement

String getNextStatement()
Gets the next statement out of the given script stream.

Returns:
the statements, null if no more statements


Copyright © 2011. All Rights Reserved.