public final class RequestDispatcher extends Object
| Constructor and Description |
|---|
RequestDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
static String |
adapterCall(com.exasol.ExaMetadata metadata,
String rawRequest)
Main entry point for all Virtual Schema Adapter requests issued by the Exasol database.
|
static RequestDispatcher |
getInstance()
Get the singleton instance of the
RequestDispatcher |
public static RequestDispatcher getInstance()
RequestDispatcherpublic static String adapterCall(com.exasol.ExaMetadata metadata, String rawRequest) throws AdapterException
metadata - metadata for the context in which the adapter exists (e.g. the schema into which it is
installed)rawRequest - request issued in the call to the Virtual Schema AdapterAdapterException - in case the request type is not recognizedCopyright © 2019. All rights reserved.