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) boolean
Iterable<Expression<?>>
getName()
getType()
int
hashCode()
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.apple.foundationdb.relational.api.fluentsql.expression.BooleanExpressionTrait
and, nested, not, or
-
Constructor Details
-
BooleanFunction
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceExpression<DataType.BooleanType>
-
getArguments
- Specified by:
getArguments
in interfaceFunctionLike<DataType.BooleanType>
-
getName
- Specified by:
getName
in interfaceFunctionLike<DataType.BooleanType>
-
getType
- Specified by:
getType
in interfaceExpression<DataType.BooleanType>
-
toString
-
equals
-
hashCode
public int hashCode()
-