public class SPRResultSets extends Object
| Constructor and Description |
|---|
SPRResultSets() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jena.rdf.model.RDFNode |
getCell(org.apache.jena.rdf.model.Resource table,
int row,
int col) |
static int |
getColCount(org.apache.jena.rdf.model.Resource table) |
static String |
getColName(org.apache.jena.rdf.model.Resource table,
int col) |
static List<String> |
getColNames(org.apache.jena.rdf.model.Resource table) |
static int |
getRowCount(org.apache.jena.rdf.model.Resource table) |
public static org.apache.jena.rdf.model.RDFNode getCell(org.apache.jena.rdf.model.Resource table,
int row,
int col)
public static int getColCount(org.apache.jena.rdf.model.Resource table)
public static String getColName(org.apache.jena.rdf.model.Resource table, int col)
public static int getRowCount(org.apache.jena.rdf.model.Resource table)
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.