Uses reflection to call CallableStatement.getMoreResults(KEEP_CURRENT_RESULT)
for JDBC2.0 compatibilty
Parameters: cs - The Callable statement boolean value indicating if there are more results throws: SQLException -
Sets the holdability of a Connection using reflection so it is
JDBC2.0 compatible.
Parameters: conn - The Connection Parameters: hold - The new holdability. throws: SQLException -