public interface SqlTokenizer extends Closeable
| Modifier and Type | Field and Description |
|---|---|
static int[] |
EMPTY_INJECTIONS_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getInjections()
This method returns list of injections for the last returned statement.
|
String |
nextStatement()
Parses the following SQL statement from the source.
|
String nextStatement() throws IOException
Use getInjections() to obtain recognized injections, e.g.
binding variables and/or expressions.
IOException - if I/O exception occursint[] getInjections()
Copyright © 2006-2012. All Rights Reserved.