Uses of Class
net.snowflake.client.jdbc.SnowflakeType
-
Packages that use SnowflakeType Package Description net.snowflake.client.core net.snowflake.client.jdbc -
-
Uses of SnowflakeType in net.snowflake.client.core
Methods in net.snowflake.client.core that return SnowflakeType Modifier and Type Method Description SnowflakeTypeSFBaseSession. getTimestampMappedType()Methods in net.snowflake.client.core with parameters of type SnowflakeType Modifier and Type Method Description voidSFBaseSession. setTimestampMappedType(SnowflakeType timestampMappedType) -
Uses of SnowflakeType in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc that return SnowflakeType Modifier and Type Method Description static SnowflakeTypeSnowflakeType. fromString(String name)SnowflakeTypeSnowflakeColumnMetadata. getBase()static SnowflakeTypeSnowflakeType. javaTypeToSFType(int javaType, SFBaseSession session)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.Methods in net.snowflake.client.jdbc with parameters of type SnowflakeType Modifier and Type Method Description static SnowflakeType.JavaDataTypeSnowflakeType. getJavaType(SnowflakeType type)Constructors in net.snowflake.client.jdbc with parameters of type SnowflakeType Constructor Description SnowflakeColumnMetadata(String name, int type, boolean nullable, int length, int precision, int scale, String typeName, boolean fixed, SnowflakeType base, String columnSrcDatabase, String columnSrcSchema, String columnSrcTable, boolean isAutoIncrement)
-