public abstract class SqlStatisticsCommands extends Object implements SqlCommand
| Modifier and Type | Field and Description |
|---|---|
protected List<StatisticsTarget> |
targets
Targets to process.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SqlStatisticsCommands() |
protected |
SqlStatisticsCommands(Collection<StatisticsTarget> targets) |
| Modifier and Type | Method and Description |
|---|---|
SqlCommand |
parse(SqlLexer lex)
Parse command.
|
protected String[] |
parseColumnList(SqlLexer lex,
boolean allowParams) |
String |
schemaName() |
void |
schemaName(String schemaName) |
Collection<StatisticsTarget> |
targets() |
protected boolean |
tryEnd(SqlLexer lex)
Test if it is the end of command.
|
protected List<StatisticsTarget> targets
protected SqlStatisticsCommands()
protected SqlStatisticsCommands(Collection<StatisticsTarget> targets)
public String schemaName()
schemaName in interface SqlCommandpublic void schemaName(String schemaName)
schemaName in interface SqlCommandschemaName - Schema name.public Collection<StatisticsTarget> targets()
public SqlCommand parse(SqlLexer lex)
parse in interface SqlCommandlex - Lexer.protected boolean tryEnd(SqlLexer lex)
lex - Sql lexer.true if end of command found, false - otherwise.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023