public class ResultSetFactory extends Object
| Constructor and Description |
|---|
ResultSetFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ResultSetSparqlify |
create(Connection conn,
Statement stmt,
String sqlQuery,
com.google.common.collect.Multimap<com.hp.hpl.jena.sparql.core.Var,RestrictedExpr> sparqlVarMap,
List<com.hp.hpl.jena.sparql.core.Var> projectionVars) |
public static ResultSetSparqlify create(Connection conn, Statement stmt, String sqlQuery, com.google.common.collect.Multimap<com.hp.hpl.jena.sparql.core.Var,RestrictedExpr> sparqlVarMap, List<com.hp.hpl.jena.sparql.core.Var> projectionVars) throws SQLException
conn - sqlQuery - An SQL query to be sent to the database. null if empty result set.sparqlVarMap - projectionVars - The variables that should appear in the result set. If null, sparqlVarMap.keySet() is used.SQLExceptionCopyright © 2014. All Rights Reserved.