expandFileIncludes(String scriptIncludePrefix) This uses statements that begin with scriptIncludePrefix to indicate
that the following text is a filename containing SQL statements that
should be loaded.
getQueryCount() Returns the number of queries that the tokenizer found in the script
given in the last call to setScriptToTokenize, or 0 if
setScriptToTokenize has not yet been called.
setFactory() Sets the ITokenizerFactory which is used to create additional instances
of the IQueryTokenizer - this is used for handling file includes
recursively.
This uses statements that begin with scriptIncludePrefix to indicate
that the following text is a filename containing SQL statements that
should be loaded.
Parameters: scriptIncludePrefix - the Parameters: lineCommentBegin - Parameters: removeMultiLineComment -
Returns the number of queries that the tokenizer found in the script
given in the last call to setScriptToTokenize, or 0 if
setScriptToTokenize has not yet been called.