Class XAStatementControl

java.lang.Object
org.apache.derby.jdbc.XAStatementControl
All Implemented Interfaces:
BrokeredStatementControl

final class XAStatementControl extends Object implements BrokeredStatementControl
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.