ThinkUI SQL Client 1.1.3 API

thinkui.parser.sql
Interface SQLQueryParser

All Known Implementing Classes:
DefaultSQLQueryParser

public interface SQLQueryParser

Interface for parsers to locate SQL queries from a given input stream.


Method Summary
 java.util.List parse(java.io.InputStream inputStream)
          Parse the given input stream and return a list of SQLQuery or an empty list.
 

Method Detail

parse

public java.util.List parse(java.io.InputStream inputStream)
                     throws java.lang.Exception
Parse the given input stream and return a list of SQLQuery or an empty list.

Throws:
java.lang.Exception

ThinkUI SQL Client 1.1.3 API

Copyright © 2007-2009. ThinkUI Software Inc. All rights reserved.