Interface LogicalUnion.Selector

Enclosing class:
LogicalUnion

public static interface LogicalUnion.Selector
A callback used to create the selects in a SQL union.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    select(Select sel, int i)
    Populate the ith select in the union.
  • Method Details

    • select

      void select(Select sel, int i)
      Populate the ith select in the union.