public interface ArrayBindable extends Bindable<Object[]>, Typed
Bindable that returns rows that are arrays of objects.
It also implements Typed; the getElementType() method
must return Object[].class.
| Modifier and Type | Method and Description |
|---|---|
Class<Object[]> |
getElementType()
Gets the type of the element(s) that are returned in this collection.
|
Class<Object[]> getElementType()
TypedgetElementType in interface TypedCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.