125126127128129130131
resultSetConcurrency, resultSetHoldability); } public BrokeredConnection newBrokeredConnection(BrokeredConnectionControl control) { return new BrokeredConnection30(control); }
119120121122123124125
118119120121122123124
128129130131132133134
public BrokeredConnection newBrokeredConnection( BrokeredConnectionControl control) throws SQLException { return new BrokeredConnection30(control); }