Class ArrayOneRowResultSetAdapter

×News: XavaPro 7.7 released - March 11 · Read more
java.lang.Object
org.openxava.converters.typeadapters.ArrayOneRowResultSetAdapter
All Implemented Interfaces:
AutoCloseable, ResultSet, Wrapper

public class ArrayOneRowResultSetAdapter extends Object implements ResultSet
Exposes the data in an array of byte as a JDBC ResultSet of one unique row.

Each object in the array represents a column in the ResultSet, and the full array represents a row.
At the moment only works in a read-only way.

Author:
Javier Paniza