On 06/30/2017 11:51 PM, Adam Sanchez wrote:
Hi,

Is there a way to execute a SQL procedure via sparql-auth?
or must I use the jdbc driver?
[Sergey]
If you use the Virtuoso RDF4J provider, so VirtuosoRepositoryConnection class 
has method:

    public Connection getQuadStoreConnection();

that returns the current java.sql.Connection

If Virtuoso Jena provider, so VirtGraph class has method:

    public Connection getConnection();

that returns the current java.sql.Connection also.


Regards,

Adam

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


--
Best Regards,
Sergey Malinin


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to