public interface JQLReplaceVariableStatementListener
| Modifier and Type | Method and Description |
|---|---|
String |
onColumnNameSet(String statement)
If event return null, replacement will no executed.
|
String |
onColumnValueSet(String statement)
If event return null, replacement will no executed.
|
String |
onGroup(String statement)
If event return null, replacement will no executed.
|
String |
onHaving(String statement)
If event return null, replacement will no executed.
|
String |
onLimit(String statement)
If event return null, replacement will no executed.
|
String |
onOffset(String statement)
If event return null, replacement will no executed.
|
String |
onOrderBy(String statement)
If event return null, replacement will no executed.
|
String |
onProjectedColumns(String statement)
If event return null, replacement will no executed.
|
String |
onWhere(String statement)
If event return null, replacement will no executed.
|
String onWhere(String statement)
statement - null to avoid replacement.String onOrderBy(String statement)
statement - null to avoid replacement.String onLimit(String statement)
statement - null to avoid replacement.String onOffset(String statement)
statement - null to avoid replacement.String onGroup(String statement)
statement - null to avoid replacement.String onHaving(String statement)
statement - null to avoid replacement.String onProjectedColumns(String statement)
statement - null to avoid replacement.String onColumnNameSet(String statement)
statement - null to avoid replacement.Copyright © 2017. All rights reserved.