Uses of Class
net.snowflake.client.jdbc.SnowflakeType.JavaSQLType
-
Packages that use SnowflakeType.JavaSQLType Package Description net.snowflake.client.jdbc -
-
Uses of SnowflakeType.JavaSQLType in net.snowflake.client.jdbc
Fields in net.snowflake.client.jdbc with type parameters of type SnowflakeType.JavaSQLType Modifier and Type Field Description static Set<SnowflakeType.JavaSQLType>SnowflakeType.JavaSQLType. ALL_TYPESMethods in net.snowflake.client.jdbc that return SnowflakeType.JavaSQLType Modifier and Type Method Description static SnowflakeType.JavaSQLTypeSnowflakeType.JavaSQLType. find(int type)static SnowflakeType.JavaSQLTypeSnowflakeType.JavaSQLType. valueOf(String name)Returns the enum constant of this type with the specified name.static SnowflakeType.JavaSQLType[]SnowflakeType.JavaSQLType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-