* @throws SQLException
*/
protected RemoteEndpointConnection openConnection(String queryEndpoint, String updateEndpoint, List<String> defaultGraphs,
List<String> namedGraphs, List<String> usingGraphs, List<String> usingNamedGraphs, HttpAuthenticator authenticator,
int holdability, int compatibilityLevel, String selectResultsType, String modelResultsType) throws SQLException {
return new RemoteEndpointConnection(queryEndpoint, updateEndpoint, defaultGraphs, namedGraphs, usingGraphs,
usingNamedGraphs, authenticator, holdability, compatibilityLevel, selectResultsType, modelResultsType);
}