Hi,
is there a defined default for the holdability of ResultSet, if Connection.setHoldability()
is never invoked or a holdability is never specified during the creation of a statement?
I could not find anything in the JDBC api docs - so is it implementation specific?
Thank you.