public interface SqlTokenizer
extends java.io.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.
|
java.lang.String |
nextStatement()
Parses the following SQL statement from the source.
|
java.lang.String nextStatement()
throws java.io.IOException
Use getInjections() to obtain recognized injections, e.g.
binding variables and/or expressions.
java.io.IOException - if I/O exception occursint[] getInjections()
Copyright © Copyright 2006-2019 The Scriptella Project Team.