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<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 
 | 
attachE[] get()
void set(Array array) throws SQLException
SQLExceptionvoid set(E... array)
int size()
String getName()
Copyright © 2013. All Rights Reserved.