public interface DivideByReturningStep
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
@Support Table<Record> returning(Field<?>... fields)
@Support Table<Record> returning(Collection<? extends Field<?>> fields)
Copyright © 2014. All Rights Reserved.