The Statement returned by an Connection returned by a XAConnection
needs to float across the underlying real connections. We do this by implementing
a wrapper statement.
wrapResultSet(Statement s, ResultSet rs) Don't need to wrap the ResultSet but do need to update its
application Statement reference to be the one the application
used to create the ResultSet.