Class JDBCArrayImpl

java.lang.Object
com.apple.foundationdb.relational.jdbc.JDBCArrayImpl
All Implemented Interfaces:
Array

public class JDBCArrayImpl extends Object implements Array
A simplistic implementation of a Array that wraps around a Array. TODO: We can't use the other implementation of array in RelationalArrayFacade as it makes several assumptions that would be incompatible with the need to transfer an array across the wire (e.g. the type of element is missing, RelationalArray.getArray() returns a type other than a Java array).