public class JQLReplaceVariableStatementListenerImpl extends Object implements JQLReplaceVariableStatementListener
| Constructor and Description |
|---|
JQLReplaceVariableStatementListenerImpl() |
| 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.
|
public JQLReplaceVariableStatementListenerImpl()
public String onWhere(String statement)
JQLReplaceVariableStatementListeneronWhere in interface JQLReplaceVariableStatementListenernull to avoid replacement.public String onOrderBy(String statement)
JQLReplaceVariableStatementListeneronOrderBy in interface JQLReplaceVariableStatementListenernull to avoid replacement.public String onLimit(String statement)
JQLReplaceVariableStatementListeneronLimit in interface JQLReplaceVariableStatementListenernull to avoid replacement.public String onOffset(String statement)
JQLReplaceVariableStatementListeneronOffset in interface JQLReplaceVariableStatementListenernull to avoid replacement.public String onGroup(String statement)
JQLReplaceVariableStatementListeneronGroup in interface JQLReplaceVariableStatementListenernull to avoid replacement.public String onHaving(String statement)
JQLReplaceVariableStatementListeneronHaving in interface JQLReplaceVariableStatementListenernull to avoid replacement.public String onProjectedColumns(String statement)
JQLReplaceVariableStatementListeneronProjectedColumns in interface JQLReplaceVariableStatementListenernull to avoid replacement.public String onColumnNameSet(String statement)
JQLReplaceVariableStatementListeneronColumnNameSet in interface JQLReplaceVariableStatementListenernull to avoid replacement.public String onColumnValueSet(String statement)
JQLReplaceVariableStatementListeneronColumnValueSet in interface JQLReplaceVariableStatementListenernull to avoid replacement.Copyright © 2017. All rights reserved.