Class JoinStep

java.lang.Object
org.tentackle.dbms.dsl.JoinStep

public class JoinStep extends Object
The pending join of a Select.
Enforces the join condition to be provided before the select can be continued.
Author:
harald
  • Method Details

    • on

      public Select on(Condition condition)
      Sets the join condition.
      Parameters:
      condition - the join condition
      Returns:
      the select