Uses of Class
net.snowflake.client.api.resultset.SnowflakeType
-
Packages that use SnowflakeType Package Description net.snowflake.client.api.resultset -
-
Uses of SnowflakeType in net.snowflake.client.api.resultset
Methods in net.snowflake.client.api.resultset that return SnowflakeType Modifier and Type Method Description SnowflakeTypeFieldMetadata. getBase()Gets the base Snowflake type of the field.static SnowflakeTypeSnowflakeType. valueOf(String name)Returns the enum constant of this type with the specified name.static SnowflakeType[]SnowflakeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-