org.jooq
Interface DivideByReturningStep

All Known Subinterfaces:
DivideByOnConditionStep

public interface DivideByReturningStep

An intermediate type for the construction of a relational division

Author:
Lukas Eder

Method Summary
 Table<Record> returning(Collection<? extends Field<?>> fields)
          Specify the fields that you want the division to return from the dividend
 Table<Record> returning(Field<?>... fields)
          Specify the fields that you want the division to return from the dividend
 

Method Detail

returning

Table<Record> returning(Field<?>... fields)
Specify the fields that you want the division to return from the dividend


returning

Table<Record> returning(Collection<? extends Field<?>> fields)
Specify the fields that you want the division to return from the dividend



Copyright © 2012. All Rights Reserved.