* Remote Endpoint connection
* @throws SQLException
*/
public RemoteEndpointMetadata(RemoteEndpointConnection connection) throws SQLException {
super(connection);
this.jdbc = new Version();
this.jdbc.addClass(JenaJDBC.class);
this.remoteConn = connection;
}