Re: [Virtuoso-users] Using PREFIX in a prepared Statement

2016-10-21 Thread Kingsley Idehen
On 10/21/16 5:36 PM, Davis, Daniel (NIH/NLM) [C] wrote: > > So, I must run my application through a source code scanner, and it is > reasonably complaining that I am using String.format() and > stmt.executeQuery(query) with the Virtuoso JDBC connection. > > > > Yet, this is SPARQL. I see some d

[Virtuoso-users] Using PREFIX in a prepared Statement

2016-10-21 Thread Davis, Daniel (NIH/NLM) [C]
So, I must run my application through a source code scanner, and it is reasonably complaining that I am using String.format() and stmt.executeQuery(query) with the Virtuoso JDBC connection. Yet, this is SPARQL. I see some discussion of prepared statements on this list in the past. What I wa