Re: [Virtuoso-users] ResultSet to Java Collection

2012-03-19 Thread Hugh Williams
Hi Alex, Note also, development have confirmed that there aren't any special methods in the JDBC specification for creating collections from a JDBC resultSet. Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ 10 Burlington

Re: [Virtuoso-users] ResultSet to Java Collection

2012-03-18 Thread Patrick van Kleef
Hi Alex, is there any method available in virtuoso driver 4 for jdbc to get the result of a query to a java collection. I am interested to make a difference set operation and I would like to avoid the iteration over the results. Moreover, could someone point me the javadocs of the

[Virtuoso-users] ResultSet to Java Collection

2012-03-17 Thread Alex
Hello, is there any method available in virtuoso driver 4 for jdbc to get the result of a query to a java collection. I am interested to make a difference set operation and I would like to avoid the iteration over the results. Moreover, could someone point me the javadocs of the referred driver?