You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Issue 147 moved from a Google Code project.
Added by 2010-11-15T11:34:21.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.
Closed (Done).
Original labels: Type-Defect, Priority-Medium
Original description
Hi All.
I have got java application. This is application uses Relational DBMS - PostgreSQL. It has got hierarchical structure data. Relational DBMS is bad makes recursive query, so I want to replace Relational DBMS on NoSQL database.I estimated a OrientDB and I think that is best choice for this.
I have got few question.
1. You show example as make query
List<ODocument> result = db.getUnderlying().command(
new ONativeSynchQuery<ODocument, OQueryContextNativeSchema<ODocument>>("Person",
new OQueryContextNativeSchema<ODocument>()) {
@Override
public boolean filter(OQueryContextNativeSchema<ODocument> iRecord) {
return iRecord.field("city").field("name").eq("Rome").and().field("name").like("G%").go();
};
}).execute();
But it don't work. My IDE show that is mistake. How I can make this query?
2. How I can make recursive query for graph?
PS Sorry for my bad English.
Thanks.
The text was updated successfully, but these errors were encountered:
This is Issue 147 moved from a Google Code project.
Added by 2010-11-15T11:34:21.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.
Closed (Done).
Original labels: Type-Defect, Priority-Medium
Original description
The text was updated successfully, but these errors were encountered: