Class NestedBooleanExpression

java.lang.Object
com.apple.foundationdb.relational.api.fluentsql.expression.NestedBooleanExpression
All Implemented Interfaces:
BooleanExpressionTrait, Expression<DataType.BooleanType>

@Immutable @API(EXPERIMENTAL) public class NestedBooleanExpression extends Object implements BooleanExpressionTrait
A helper expression for supporting syntactical nesting. TODO: remove this class.