I think this can be fixed by just replacing OSQLQuery with OSQLSynchQuery

-Adam

On Saturday, September 2, 2017 at 5:32:12 PM UTC-4, ad...@cs.miami.edu 
wrote:
>
> This code in the doc :
>
> List<ODocument> result = db.query(
>    new OSQLQuery<ODocument>(
>       "SELECT FROM Animal WHERE id = 10
>       AND NAME LIKE 'G%'"
>    )
> );
>
> MY compiler is telling me that OSQLQuery is abstract and cannot be instanced. 
>  https://orientdb.com/docs/2.2/Document-API-Documents.html
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to