Uses of Interface
io.ciera.tool.sql.architecture.expression.BinaryOperationSet
-
Packages that use BinaryOperationSet Package Description io.ciera.tool io.ciera.tool.sql.architecture.expression io.ciera.tool.sql.architecture.expression.impl -
-
Uses of BinaryOperationSet in io.ciera.tool
Methods in io.ciera.tool that return BinaryOperationSet Modifier and Type Method Description BinaryOperationSetSql. BinaryOperation_instances() -
Uses of BinaryOperationSet in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return BinaryOperationSet Modifier and Type Method Description BinaryOperationSetExpressionSet. R776_is_a_BinaryOperation()BinaryOperationSetExpressionSet. R778_is_right_operand_for_BinaryOperation()BinaryOperationSetExpressionSet. R779_is_left_operand_for_BinaryOperation() -
Uses of BinaryOperationSet in io.ciera.tool.sql.architecture.expression.impl
Classes in io.ciera.tool.sql.architecture.expression.impl that implement BinaryOperationSet Modifier and Type Class Description classBinaryOperationSetImplMethods in io.ciera.tool.sql.architecture.expression.impl that return BinaryOperationSet Modifier and Type Method Description BinaryOperationSetBinaryOperationSetImpl. emptySet()BinaryOperationSetBinaryOperationSetImpl. emptySet(Comparator<? super BinaryOperation> comp)BinaryOperationSetExpressionSetImpl. R776_is_a_BinaryOperation()BinaryOperationSetExpressionSetImpl. R778_is_right_operand_for_BinaryOperation()BinaryOperationSetExpressionSetImpl. R779_is_left_operand_for_BinaryOperation()
-