| Package | Description |
|---|---|
| net.snowflake.client.core | |
| net.snowflake.client.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static QueryResultFormat |
QueryResultFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryResultFormat[] |
QueryResultFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<QueryResultFormat> |
QueryResultFormat.lookupByName(String n) |
| Modifier and Type | Method and Description |
|---|---|
QueryResultFormat |
SnowflakeResultSetSerializableV1.getQueryResultFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
SnowflakeResultSetSerializableV1.setQueryResultFormat(QueryResultFormat queryResultFormat) |
Copyright © 2022. All rights reserved.