| Package | Description |
|---|---|
| net.snowflake.ingest.connection |
| Modifier and Type | Method and Description |
|---|---|
static ServiceResponseHandler.ApiName |
ServiceResponseHandler.ApiName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceResponseHandler.ApiName[] |
ServiceResponseHandler.ApiName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ServiceResponseHandler.unmarshallStreamingIngestResponse(net.snowflake.client.jdbc.internal.apache.http.HttpResponse response,
Class<T> valueType,
ServiceResponseHandler.ApiName apiName)
unmarshallStreamingIngestResponse Given an HttpResponse object - attempts to deserialize it
into an Object based on input type
|
Copyright © 2023. All rights reserved.