BrokeredConnectionControl control) throws SQLException {
return new BrokeredConnection40(control);
}
public EmbedResultSet newEmbedResultSet(EmbedConnection conn, ResultSet results, boolean forMetaData, org.apache.derby.impl.jdbc.EmbedStatement statement,boolean isAtomic) throws SQLException {
return new EmbedResultSet40(conn, results, forMetaData, statement,
isAtomic);
}