Interface Join<T extends Statement>

Type Parameters:
T - 语句
All Superinterfaces:
JoinOperable<T>, Segment, Serializable
All Known Implementing Classes:
Join.Default

public interface Join<T extends Statement> extends JoinOperable<T>, Segment
Join子句
Author:
Maning
  • Method Details

    • of

      static <T extends Statement> Join<T> of(T statement, JoinType type, TableRef table)
      创建JOIN子句
      Type Parameters:
      T - 语句类型
      Parameters:
      statement - 语句
      type - join类型
      table - join表
      Returns:
      JOIN子句
    • on

      Condition on()
      join条件
      Returns:
      join条件
    • table

      TableRef table()
      join的表
      Returns:
      join的表
    • type

      JoinType type()
      join类型
      Returns:
      join类型