try {
verifyIsOpen();
flushDelayAdd();
java.sql.Statement stmt = createStatement();
ResultSet rs = stmt.executeQuery(fixQuery(query, dataset, includeInferred, bindings));
return new GraphResultImpl(new HashMap<String,String>(), new CursorGraphResult(rs));
}
catch (SQLException e) {
throw new StoreException(": SPARQL execute failed:["+query+"] \n Exception:"+e);
}