org.topbraid.spin.spr
Class SPRResultSets
java.lang.Object
org.topbraid.spin.spr.SPRResultSets
public class SPRResultSets
- extends java.lang.Object
Static utilities on SPR tables.
- Author:
- Holger Knublauch
Method Summary |
static RDFNode |
getCell(Resource table,
int row,
int col)
|
static int |
getColCount(Resource table)
|
static java.lang.String |
getColName(Resource table,
int col)
|
static java.util.List<java.lang.String> |
getColNames(Resource table)
|
static int |
getRowCount(Resource table)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPRResultSets
public SPRResultSets()
getCell
public static RDFNode getCell(Resource table,
int row,
int col)
getColCount
public static int getColCount(Resource table)
getColName
public static java.lang.String getColName(Resource table,
int col)
getColNames
public static java.util.List<java.lang.String> getColNames(Resource table)
getRowCount
public static int getRowCount(Resource table)