public class RefreshRequest extends AbstractAdapterRequest
| Constructor and Description |
|---|
RefreshRequest(String adapterName,
SchemaMetadataInfo schemaMetadataInfo)
Create a new request of type
RefreshRequest for the whole Virtual Schema |
RefreshRequest(String adapterName,
SchemaMetadataInfo schemaMetadataInfo,
List<String> tables)
Create a new request of type
RefreshRequest for selected tables |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getTables()
Get the tables for which the metadata should be presented
|
boolean |
refreshesOnlySelectedTables() |
getAdapterName, getSchemaMetadataInfo, getType, getVirtualSchemaNamepublic RefreshRequest(String adapterName, SchemaMetadataInfo schemaMetadataInfo)
RefreshRequest for the whole Virtual SchemaadapterName - name of the adapter that should handle the requestschemaMetadataInfo - schema metadatapublic RefreshRequest(String adapterName, SchemaMetadataInfo schemaMetadataInfo, List<String> tables)
RefreshRequest for selected tablesadapterName - name of the adapter that should handle the requestschemaMetadataInfo - schema metadatatables - tables for which the metadata should be refreshedCopyright © 2019. All rights reserved.