final public class ParserThread extends Thread(Code)
a thread subclass which drives the SQL parser. The thread reads from a _workingBuffer
which always blocks until data is made available. It can thus be run in the
background, parsing the input from the text UI as it arrives.
Unfortunately, it depends on the generated parser/scanner and therefore
cannot be generalized, unless the generated classes are made to implement public
interfaces