There are limits to what you can do via JDBC.

But if you make your implementation of java.sql.ResultSet override the 
isWrapperFor(Class) and unwrap(Class) methods, you can give access to the 
internals.

Julian

[1] 
https://docs.oracle.com/en/java/javase/17/docs/api/java.sql/java/sql/Wrapper.html
  

> On Dec 12, 2023, at 7:13 AM, Eric Berryman <eric.berry...@gmail.com> wrote:
> 
> Hello,
> 
> I have a schema in which I load a JsonScannableTable to query an in memory
> list of objects.
> Is it possible to get the full object back from the resultSet without
> mapping it to a new object?
> 
> Thank you,
> Eric

Reply via email to