AbstractAdapterRequest, CreateVirtualSchemaRequest, DropVirtualSchemaRequest, GetCapabilitiesRequest, PushDownRequest, RefreshRequest, SetPropertiesRequestpublic interface AdapterRequest
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAdapterName() |
Get the name of the adapter that should handle the request
|
SchemaMetadataInfo |
getSchemaMetadataInfo() |
Get the schema metadata that serves as context around the Virtual Schema
|
AdapterRequestType |
getType() |
Get the request type
|
String |
getVirtualSchemaName() |
Get the name of the Virtual Schema that this request is addressing
|
SchemaMetadataInfo getSchemaMetadataInfo()
AdapterRequestType getType()
String getAdapterName()
String getVirtualSchemaName()
Copyright © 2019. All rights reserved.