E
- The array element typepublic interface ArrayRecord<E> extends Store<E>, Iterable<E>
Modifier and Type | Method and Description |
---|---|
Array |
createArray()
Deprecated.
- 2.5.0 [#1638] - Do not reuse this method
|
E[] |
get()
Get the contained array
|
DataType<E> |
getDataType()
Get the data type of the array 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
|
getValue, getValue, getValue, getValue, getValueAsBigDecimal, getValueAsBigDecimal, getValueAsBigInteger, getValueAsBigInteger, getValueAsBoolean, getValueAsBoolean, getValueAsByte, getValueAsByte, getValueAsDate, getValueAsDate, getValueAsDouble, getValueAsDouble, getValueAsFloat, getValueAsFloat, getValueAsInteger, getValueAsInteger, getValueAsLong, getValueAsLong, getValueAsShort, getValueAsShort, getValueAsString, getValueAsString, getValueAsTime, getValueAsTime, getValueAsTimestamp, getValueAsTimestamp
attach
internalAPI
E[] get()
void set(Array array) throws SQLException
SQLException
void set(E... array)
String getName()
@Deprecated Array createArray() throws SQLException, DetachedException
Array
from this ArrayRecord
This method is for INTERNAL use only. Do not call this method.
SQLException
- If something goes wrong during the creation of the
JDBC Array
DetachedException
- If this method is called on a detached
ArrayRecord
Copyright © 2013. All Rights Reserved.