Execute direct aql statement in java client

Hi All, Is there any way to execute direct aql statement as string like in jdbc? Like select * from something where some=some and another=another. I am asking because of the limitation of Statement object which currently accepts only one filter and I need more than one filter to filter data.

mishgun,

There is no direct support but you may find this useful

– R