Uses of Class
tech.oxfordsemantic.jrdfox.client.ResourceValue
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of ResourceValue in tech.oxfordsemantic.jrdfox.client
Fields in tech.oxfordsemantic.jrdfox.client declared as ResourceValue Modifier and Type Field Description static ResourceValue[]
ResourceValue. NO_RESOURCE_VALUES
static ResourceValue
ResourceValue. UNDEF
Methods in tech.oxfordsemantic.jrdfox.client that return ResourceValue Modifier and Type Method Description ResourceValue[][]
DataStoreConnection. getDataSourceTableData(java.lang.String dataSourceName, java.lang.String dataSourceTableName, int numberOfRows)
Returns a sample of the data from the specified data source table.ResourceValue
Cursor. getResourceValue(int argumentIndex)
Returns the resource bound to the given index in the current answer row.ResourceValue
DataStoreConnection. getResourceValue(long resourceID)
Looks up the resource with the given ID.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type ResourceValue Modifier and Type Method Description boolean
DataStoreConnection. getResourceValues(long[] resourceIDs, int startIndex, int endIndex, ResourceValue[] resourceValues)
Looks up the resources with the given IDs.