Uses of Class
tech.oxfordsemantic.jrdfox.client.DataSourceTableInfo
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of DataSourceTableInfo in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return DataSourceTableInfo Modifier and Type Method Description DataSourceTableInfo
DataStoreConnection. describeDataSourceTable(java.lang.String dataSourceName, java.lang.String dataSourceTableName)
Returns information about the data source table of the specified data source in the data store.Methods in tech.oxfordsemantic.jrdfox.client that return types with arguments of type DataSourceTableInfo Modifier and Type Method Description java.util.List<DataSourceTableInfo>
DataStoreConnection. listDataSourceTables(java.lang.String dataSourceName)
Returns information about the data source tables of the specified data source in the data store.