public class ExistsPredicate extends UnaryOperator
Constructor and Description |
---|
ExistsPredicate(SimpleTableSubQuery simpleTableSubQuery,
boolean not) |
Modifier and Type | Method and Description |
---|---|
SimpleTableSubQuery |
getSubQuery() |
int |
hashCode() |
boolean |
isNot() |
getChild, hasChild, setChild
public ExistsPredicate(SimpleTableSubQuery simpleTableSubQuery, boolean not)
public boolean isNot()
public SimpleTableSubQuery getSubQuery()
public int hashCode()
hashCode
in class UnaryOperator
Copyright © 2014 Apache Software Foundation. All Rights Reserved.