Class BooleanFunction
java.lang.Object
com.apple.foundationdb.relational.api.fluentsql.expression.BooleanFunction
- All Implemented Interfaces:
BooleanExpressionTrait,Expression<DataType.BooleanType>,FunctionLike<DataType.BooleanType>
@Immutable
@API(EXPERIMENTAL)
public class BooleanFunction
extends Object
implements BooleanExpressionTrait, FunctionLike<DataType.BooleanType>
This represents a boolean function.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(FluentVisitor<R, C> visitor, C context) booleanIterable<Expression<?>>getName()getType()inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.apple.foundationdb.relational.api.fluentsql.expression.BooleanExpressionTrait
and, nested, not, or
-
Constructor Details
-
BooleanFunction
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceExpression<DataType.BooleanType>
-
getArguments
- Specified by:
getArgumentsin interfaceFunctionLike<DataType.BooleanType>
-
getName
- Specified by:
getNamein interfaceFunctionLike<DataType.BooleanType>
-
getType
- Specified by:
getTypein interfaceExpression<DataType.BooleanType>
-
toString
-
equals
-
hashCode
public int hashCode()
-