VisitableFilterpublic class TagFilter extends java.lang.Object implements VisitableFilter
| Modifier and Type | Field | Description |
|---|---|---|
private java.lang.String |
_tag |
|
static java.lang.String |
NEED_PRIVS_FOR_UPDATE_STMT |
Tag placed on QueryTreeNodes which need privilege checks for UPDATE statements
|
static java.lang.String |
ORIG_UPDATE_COL |
Tag placed on the original ColumnReferences in an UPDATE, before unreferenced columns are added
|
| Constructor | Description |
|---|---|
TagFilter(java.lang.String tag) |
Construct a filter for the given tag.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
accept(Visitable visitable) |
Return true if the Visitable passes the filter.
|
public static final java.lang.String NEED_PRIVS_FOR_UPDATE_STMT
public static final java.lang.String ORIG_UPDATE_COL
private java.lang.String _tag
public TagFilter(java.lang.String tag)
public boolean accept(Visitable visitable) throws StandardException
VisitableFilteraccept in interface VisitableFilterStandardExceptionApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.