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)
Set the contained array.
|
void |
set(E... array)
Set the contained array.
|
void |
setList(List<? extends E> list)
Set the contained array as a
List . |
int |
size()
Get the size of the contained array.
|
attach, detach
forEach, iterator, spliterator
E[] get()
void set(Array array) throws SQLException
SQLException
void set(E... array)
int size()
String getName()
DataType<?> getArrayType()
Copyright © 2014. All Rights Reserved.