Uses of Class
net.snowflake.client.core.QueryResultFormat
-
Packages that use QueryResultFormat Package Description net.snowflake.client.core net.snowflake.client.jdbc -
-
Uses of QueryResultFormat in net.snowflake.client.core
Methods in net.snowflake.client.core that return QueryResultFormat Modifier and Type Method 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.Methods in net.snowflake.client.core that return types with arguments of type QueryResultFormat Modifier and Type Method Description static Optional<QueryResultFormat>
QueryResultFormat. lookupByName(String n)
-
Uses of QueryResultFormat in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc that return QueryResultFormat Modifier and Type Method Description QueryResultFormat
SnowflakeResultSetSerializableV1. getQueryResultFormat()
Methods in net.snowflake.client.jdbc with parameters of type QueryResultFormat Modifier and Type Method Description void
SnowflakeResultSetSerializableV1. setQueryResultFormat(QueryResultFormat queryResultFormat)
-