public class SqlParser extends Object
| Constructor and Description |
|---|
SqlParser(@Nullable String schemaName,
String sql)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
lastCommandSql()
Last successfully parsed sql statement.
|
SqlCommand |
nextCommand()
Get next command.
|
String |
remainingSql()
Not yet parsed part of the sql query.
|
public SqlCommand nextCommand()
null if end of script is reached.public String remainingSql()
public String lastCommandSql()
nextCommand().
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020