Uses of Class
tech.oxfordsemantic.jrdfox.client.TupleTableInfo
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of TupleTableInfo in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return TupleTableInfo Modifier and Type Method Description TupleTableInfo
DataStoreConnection. describeTupleTable(java.lang.String tupleTableName)
Returns information about the tuple table with the given name.Methods in tech.oxfordsemantic.jrdfox.client that return types with arguments of type TupleTableInfo Modifier and Type Method Description java.util.List<TupleTableInfo>
DataStoreConnection. listTupleTables()
Returns information about the tuple tables currently present in the data store.