Uses of Class
com.pervasive.datarush.operators.join.JoinMode
-
Packages that use JoinMode Package Description com.pervasive.datarush.operators.join Provides operators for joining together two data sets into a single one. -
-
Uses of JoinMode in com.pervasive.datarush.operators.join
Methods in com.pervasive.datarush.operators.join that return JoinMode Modifier and Type Method Description JoinMode
Join. getJoinMode()
Returns the join mode to use when performing a join.static JoinMode
JoinMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static JoinMode[]
JoinMode. 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 JoinMode Modifier and Type Method Description void
Join. setJoinMode(JoinMode joinMode)
Sets the join mode to use when performing a join.
-