I want to make sure I can correlate statements with the connection I have a handle to and not a wrappedconnection.
我想确保自己能够把语句与我拥有句柄的连接关联起来,而不是与包装的连接关联起来。
2
As I noted earlier, I don't want to rely on the getConnection method of the statement because it could refer to a wrappedconnection for which I don't have metadata.