-
- All Implemented Interfaces:
public final class FromJoiner
-
-
Constructor Summary
Constructors Constructor Description FromJoiner(JoinType type, String table, List<FromJoinerOn> on, String alias)
-
Method Summary
-
-
Constructor Detail
-
FromJoiner
FromJoiner(JoinType type, String table, List<FromJoinerOn> on, String alias)
-
-
Method Detail
-
getOn
final List<FromJoinerOn> getOn()
-
setOn
final Unit setOn(List<FromJoinerOn> on)
-
-
-
-