public class JQLReplacerListenerImpl extends Object implements JQLReplacerListener
| Constructor and Description |
|---|
JQLReplacerListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
onBindParameter(String bindParameterName)
If event return null, replacement will no executed.
|
String |
onColumnName(String columnName)
If event return null, replacement will no executed.
|
void |
onColumnNameSetBegin(JqlParser.Column_name_setContext ctx) |
void |
onColumnNameSetEnd(JqlParser.Column_name_setContext ctx) |
String |
onColumnNameToUpdate(String columnName)
If event return null, replacement will no executed.
|
void |
onColumnValueSetBegin(JqlParser.Column_value_setContext ctx) |
void |
onColumnValueSetEnd(JqlParser.Column_value_setContext ctx) |
String |
onDynamicSQL(JQL.JQLDynamicStatementType dynamicStatement)
If event return null, replacement will no executed.
|
String |
onTableName(String tableName)
If event return null, replacement will no executed.
|
void |
onWhereStatementBegin(JqlParser.Where_stmtContext ctx) |
void |
onWhereStatementEnd(JqlParser.Where_stmtContext ctx) |
public String onBindParameter(String bindParameterName)
JQLReplacerListeneronBindParameter in interface JQLReplacerListenernull to avoid replacement.public String onDynamicSQL(JQL.JQLDynamicStatementType dynamicStatement)
JQLReplacerListeneronDynamicSQL in interface JQLReplacerListenernull to avoid replacement.public String onTableName(String tableName)
JQLReplacerListeneronTableName in interface JQLReplacerListenernull to avoid replacement.public String onColumnName(String columnName)
JQLReplacerListeneronColumnName in interface JQLReplacerListenernull to avoid replacement.public String onColumnNameToUpdate(String columnName)
JQLReplacerListeneronColumnNameToUpdate in interface JQLReplacerListenernull to avoid replacement.public void onWhereStatementBegin(JqlParser.Where_stmtContext ctx)
onWhereStatementBegin in interface JQLReplacerListenerpublic void onWhereStatementEnd(JqlParser.Where_stmtContext ctx)
onWhereStatementEnd in interface JQLReplacerListenerpublic void onColumnNameSetBegin(JqlParser.Column_name_setContext ctx)
onColumnNameSetBegin in interface JQLReplacerListenerpublic void onColumnNameSetEnd(JqlParser.Column_name_setContext ctx)
onColumnNameSetEnd in interface JQLReplacerListenerpublic void onColumnValueSetBegin(JqlParser.Column_value_setContext ctx)
onColumnValueSetBegin in interface JQLReplacerListenerpublic void onColumnValueSetEnd(JqlParser.Column_value_setContext ctx)
onColumnValueSetEnd in interface JQLReplacerListenerCopyright © 2017. All rights reserved.