- generateNext() - Method in class org.jinq.orm.stream.NextOnlyIterator
-
This method will be called by the iterator whenever it needs
to find the next element to be iterated over.
- getDebugQueryString() - Method in interface org.jinq.orm.internal.QueryComposer
-
- getDebugQueryString() - Method in interface org.jinq.orm.stream.JinqStream
-
Returns the query that Jinq will send to the database to generate the
values of the stream.
- getDebugQueryString() - Method in class org.jinq.orm.stream.NonQueryJinqStream
-
- getDebugQueryString() - Method in class org.jinq.orm.stream.QueryJinqStream
-
- getEight() - Method in class org.jinq.tuples.Tuple8
-
- getExceptions() - Method in interface org.jinq.orm.stream.JinqStream
-
Deprecated.
- getExceptions() - Method in class org.jinq.orm.stream.NonQueryJinqStream
-
- getFive() - Method in class org.jinq.tuples.Tuple5
-
- getFive() - Method in class org.jinq.tuples.Tuple8
-
- getFour() - Method in class org.jinq.tuples.Tuple4
-
- getFour() - Method in class org.jinq.tuples.Tuple5
-
- getFour() - Method in class org.jinq.tuples.Tuple8
-
- getOne() - Method in class org.jinq.tuples.Pair
-
- getOne() - Method in class org.jinq.tuples.Tuple3
-
- getOne() - Method in class org.jinq.tuples.Tuple4
-
- getOne() - Method in class org.jinq.tuples.Tuple5
-
- getOne() - Method in class org.jinq.tuples.Tuple8
-
- getOnlyValue() - Method in interface org.jinq.orm.stream.JinqStream
-
If the stream contains only a single value, this method will return that
value.
- getOnlyValue() - Method in class org.jinq.orm.stream.NonQueryJinqStream
-
- getSeven() - Method in class org.jinq.tuples.Tuple8
-
- getSix() - Method in class org.jinq.tuples.Tuple8
-
- getThree() - Method in class org.jinq.tuples.Tuple3
-
- getThree() - Method in class org.jinq.tuples.Tuple4
-
- getThree() - Method in class org.jinq.tuples.Tuple5
-
- getThree() - Method in class org.jinq.tuples.Tuple8
-
- getTwo() - Method in class org.jinq.tuples.Pair
-
- getTwo() - Method in class org.jinq.tuples.Tuple3
-
- getTwo() - Method in class org.jinq.tuples.Tuple4
-
- getTwo() - Method in class org.jinq.tuples.Tuple5
-
- getTwo() - Method in class org.jinq.tuples.Tuple8
-
- group(JinqStream.Select<T, U>, JinqStream.AggregateGroup<U, T, V>) - Method in interface org.jinq.orm.stream.JinqStream
-
Groups together elements from the stream that share a common key.
- group(JinqStream.Select<T, U>, JinqStream.AggregateGroup<U, T, V>, JinqStream.AggregateGroup<U, T, W>) - Method in interface org.jinq.orm.stream.JinqStream
-
Calculates two aggregate values instead of one aggregate value for grouped
stream elements.
- group(JinqStream.Select<T, U>, JinqStream.AggregateGroup<U, T, V>, JinqStream.AggregateGroup<U, T, W>, JinqStream.AggregateGroup<U, T, X>) - Method in interface org.jinq.orm.stream.JinqStream
-
Calculates three aggregate values instead of one aggregate value for
grouped stream elements.
- group(JinqStream.Select<T, U>, JinqStream.AggregateGroup<U, T, V>, JinqStream.AggregateGroup<U, T, W>, JinqStream.AggregateGroup<U, T, X>, JinqStream.AggregateGroup<U, T, Y>) - Method in interface org.jinq.orm.stream.JinqStream
-
Calculates four aggregate values instead of one aggregate value for
grouped stream elements.
- group(JinqStream.Select<T, U>, JinqStream.AggregateGroup<U, T, V>) - Method in class org.jinq.orm.stream.NonQueryJinqStream
-
- group(JinqStream.Select<T, U>, JinqStream.AggregateGroup<U, T, V>, JinqStream.AggregateGroup<U, T, W>) - Method in class org.jinq.orm.stream.NonQueryJinqStream
-
- group(JinqStream.Select<T, U>, JinqStream.AggregateGroup<U, T, V>, JinqStream.AggregateGroup<U, T, W>, JinqStream.AggregateGroup<U, T, X>) - Method in class org.jinq.orm.stream.NonQueryJinqStream
-
- group(JinqStream.Select<T, U>, JinqStream.AggregateGroup<U, T, V>, JinqStream.AggregateGroup<U, T, W>, JinqStream.AggregateGroup<U, T, X>, JinqStream.AggregateGroup<U, T, Y>) - Method in class org.jinq.orm.stream.NonQueryJinqStream
-
- groupToTuple(JinqStream.Select<T, U>, JinqStream.AggregateGroup<U, T, ?>[]) - Method in interface org.jinq.orm.internal.QueryComposer
-
- groupToTuple(JinqStream.Select<T, U>, JinqStream.AggregateGroup<U, T, ?>[]) - Method in class org.jinq.orm.stream.NonQueryJinqStream
-
- groupToTuple(JinqStream.Select<T, U>, JinqStream.AggregateGroup<U, T, ?>[]) - Method in class org.jinq.orm.stream.QueryJinqStream
-