Uses of Class
net.snowflake.client.jdbc.SnowflakeType.JavaDataType
-
Packages that use SnowflakeType.JavaDataType Package Description net.snowflake.client.jdbc -
-
Uses of SnowflakeType.JavaDataType in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc that return SnowflakeType.JavaDataType Modifier and Type Method Description static SnowflakeType.JavaDataTypeSnowflakeType. getJavaType(SnowflakeType type)static SnowflakeType.JavaDataTypeSnowflakeType.JavaDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static SnowflakeType.JavaDataType[]SnowflakeType.JavaDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-