Domanda

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??

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top