Hi Kunal, you can execute the command SET QUERYINFO ON and call info() in a subsequent step. For more details, we'd need some more insight into your code.
Hope this helps, Christian On Tue, Sep 2, 2014 at 2:24 PM, Kunal Chauhan <[email protected]> wrote: > Hello, > > I am trying to print queryinfo through java code. > I am using following query : > > declare namespace db ='http://basex.org/modules/db'; > declare option db:queryinfo 'true'; > for $i in 1 to 1 > return db:open('testDB')/* > > I am using Java API's QueryProcessor to execute an above query. > > can anybody help to print queryinfo through java API ? > > Thanks, > -- > Kunal Chauhan > [email protected] > [+918655517141]

