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_VALUESstatic ResourceValueResourceValue. UNDEFMethods 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.ResourceValueCursor. getResourceValue(int argumentIndex)Returns the resource bound to the given index in the current answer row.ResourceValueDataStoreConnection. 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 booleanDataStoreConnection. getResourceValues(long[] resourceIDs, int startIndex, int endIndex, ResourceValue[] resourceValues)Looks up the resources with the given IDs.