public interface DivideByReturningStep
Modifier and Type | Method and Description |
---|---|
Table<Record> |
returning(java.util.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
|
Copyright © 2014. All Rights Reserved.