Вопрос

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