Uses of Class
com.pervasive.datarush.operators.join.SemiJoinMode
-
Packages that use SemiJoinMode Package Description com.pervasive.datarush.operators.join Provides operators for joining together two data sets into a single one. -
-
Uses of SemiJoinMode in com.pervasive.datarush.operators.join
Methods in com.pervasive.datarush.operators.join that return SemiJoinMode Modifier and Type Method Description SemiJoinMode
SemiJoin. getJoinMode()
Deprecated.Returns the join mode to use when performing a join.static SemiJoinMode
SemiJoinMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SemiJoinMode[]
SemiJoinMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.operators.join with parameters of type SemiJoinMode Modifier and Type Method Description void
SemiJoin. setJoinMode(SemiJoinMode joinMode)
Deprecated.Sets the join mode to use when performing a join.
-