public class BooleanCaseWhenCollector extends ValueCollector
case when a>b then 1 else 0 endThe "collected" node with the the start of the CASE WHEN block. (ie, you'll end up with a bunch of 'case' nodes for each case expression that looks like a boolean case when block.
Collector.Mode
Node.Visitor.State, Node.Visitor.Status
Constructor and Description |
---|
BooleanCaseWhenCollector() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Node n)
Return true if this node can be accepted by the Collector
|
getValues, isIgnoreCase
public boolean accept(Node n) throws java.rmi.RemoteException, MXException
Collector
accept
in class ValueCollector
java.rmi.RemoteException
MXException