質問

How do you sort a cluster using java API? In other words, how do you do

List<ODocument> results = db.query(new OSQLSynchQuery<ODocument>("SELECT * FROM FilteredCompounds ORDER BY cidScore DESC"));

with JAVA API??

役に立ちましたか?

解決

You can't do that with Java API without SQL.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top