E
- The array element typepublic interface ArrayRecord<E> extends Attachable, java.lang.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.
|
java.util.List<E> |
getList()
Get the contained array as a
List . |
java.lang.String |
getName()
Get the name of the array type.
|
void |
set(java.sql.Array array)
Deprecated.
- 3.4.0 - [#3127] - Do not use this method any more.
|
void |
set(java.util.Collection<? extends E> list)
Set the contained array as a
List . |
void |
set(E... array)
Set the contained array.
|
void |
setList(java.util.List<? extends E> list)
Deprecated.
- 3.4.0 - [#3128] Use
set(Collection) instead. |
int |
size()
Get the size of the contained array.
|
attach, detach
E[] get()
java.util.List<E> getList()
List
.@Deprecated void set(java.sql.Array array) throws java.sql.SQLException
java.sql.SQLException
void set(E... array)
void set(java.util.Collection<? extends E> list)
List
.@Deprecated void setList(java.util.List<? extends E> list)
set(Collection)
instead.List
.int size()
java.lang.String getName()
DataType<?> getArrayType()
Copyright © 2014. All Rights Reserved.