Description
BrokeredConnection uses reflection to call Connection.setHoldability() because that method wasn't available in Java 1.3. Since Derby doesn't support Java 1.3 anymore, we could call the method directly.
BrokeredConnection uses reflection to call Connection.setHoldability() because that method wasn't available in Java 1.3. Since Derby doesn't support Java 1.3 anymore, we could call the method directly.