E
- The array element typepublic interface ArrayRecord<E> extends Attachable, Iterable<E>
Modifier and Type | Method and Description |
---|---|
E[] |
get()
Get the contained array.
|
DataType<?> |
getArrayType()
Get the data type of the array.
|
DataType<E> |
getDataType()
Get the data type of the array's base type.
|
List<E> |
getList()
Get the contained array as a
List . |
String |
getName()
Get the name of the array type.
|
void |
set(Array array)
Deprecated.
- 3.4.0 - [#3127] - Do not use this method any more.
|
void |
set(Collection<? extends E> list)
Set the contained array as a
List . |
void |
set(E... array)
Set the contained array.
|
void |
setList(List<? extends E> list)
Deprecated.
- 3.4.0 - [#3128] Use
set(Collection) instead. |
int |
size()
Get the size of the contained array.
|
attach, detach
forEach, iterator, spliterator
E[] get()
@Deprecated void set(Array array) throws SQLException
SQLException
void set(E... array)
void set(Collection<? extends E> list)
List
.@Deprecated void setList(List<? extends E> list)
set(Collection)
instead.List
.int size()
String getName()
DataType<?> getArrayType()
Copyright © 2015. All Rights Reserved.