Uses of Enum Class
com.pervasive.datarush.operators.join.JoinMode
Packages that use JoinMode
Package
Description
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 JoinModeModifier and TypeMethodDescriptionJoin.getJoinMode()Returns the join mode to use when performing a join.static JoinModeReturns the enum constant of this class with the specified name.static JoinMode[]JoinMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.operators.join with parameters of type JoinModeModifier and TypeMethodDescriptionvoidJoin.setJoinMode(JoinMode joinMode) Sets the join mode to use when performing a join.