I would like to perform left join on two CachedRowSet. Seems like JoinRowSetImpl only supports INNER JOIN. What can I use to get left join working?
Thanks and regards.
I would like to perform left join on two CachedRowSet. Seems like JoinRowSetImpl only supports INNER JOIN. What can I use to get left join working?
Thanks and regards.
Copyright © 2021 Jogjafile Inc.
Seem like rebuilding JoinRowSetImpl class in this way does the trick. initJOIN methot rebuild as follows (works for my purpose):