Uses of Class
de.fuberlin.wiwiss.d2rq.sql.ResultRowMap

Packages that use ResultRowMap
de.fuberlin.wiwiss.d2rq.sql SQL query and result processing code. 
 

Uses of ResultRowMap in de.fuberlin.wiwiss.d2rq.sql
 

Methods in de.fuberlin.wiwiss.d2rq.sql that return ResultRowMap
static ResultRowMap ResultRowMap.fromResultSet(ResultSet resultSet, List<ProjectionSpec> projectionSpecs, ConnectedDB database)