ArrayExpressions<T extends Object> extension
Exposes expression builders for array types in postgres.
- on
-
- Expression<
List< T?> >
- Expression<
Properties
Operators
-
operator +(
Expression< List< other) → Expression<T> >List< T> > -
Concatenates
this
and theother
array into a single array. -
operator [](
Expression< int> index) → Expression<T> -
Returns an expression accessing the element at the given
index
from this array.