Uses of Class
net.snowflake.client.jdbc.SnowflakeType
-
Packages that use SnowflakeType Package Description net.snowflake.client.core net.snowflake.client.core.arrow net.snowflake.client.core.arrow.tostringhelpers 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()Get timestamp mapped typeMethods in net.snowflake.client.core with parameters of type SnowflakeType Modifier and Type Method Description voidSFBaseSession. setTimestampMappedType(SnowflakeType timestampMappedType)Set the timestamp mapped type -
Uses of SnowflakeType in net.snowflake.client.core.arrow
Methods in net.snowflake.client.core.arrow that return SnowflakeType Modifier and Type Method Description static SnowflakeTypeArrowVectorConverterUtil. getSnowflakeTypeFromFieldMetadata(org.apache.arrow.vector.types.pojo.Field field) -
Uses of SnowflakeType in net.snowflake.client.core.arrow.tostringhelpers
Methods in net.snowflake.client.core.arrow.tostringhelpers with parameters of type SnowflakeType Modifier and Type Method Description ArrowStringRepresentationBuilderBaseArrowObjectStringRepresentationBuilder. appendKeyValue(String key, String value, SnowflakeType valueType)protected StringArrowStringRepresentationBuilderBase. quoteIfNeeded(String string, SnowflakeType type)Constructors in net.snowflake.client.core.arrow.tostringhelpers with parameters of type SnowflakeType Constructor Description ArrowArrayStringRepresentationBuilder(SnowflakeType valueType) -
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)SnowflakeTypeFieldMetadata. getBase()SnowflakeTypeSnowflakeColumnMetadata. getBase()SnowflakeTypeColumnTypeInfo. getSnowflakeType()static SnowflakeTypeSnowflakeType. javaTypeToSFType(int javaType, SFBaseSession session)static SnowflakeTypeSnowflakeUtil. 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)Deprecated.static SnowflakeType.JavaDataTypeSnowflakeType. getJavaType(SnowflakeType type, boolean isStructuredType)voidFieldMetadata. setBase(SnowflakeType base)Constructors in net.snowflake.client.jdbc with parameters of type SnowflakeType Constructor Description ColumnTypeInfo(int columnType, String extColTypeName, SnowflakeType snowflakeType)FieldMetadata(String name, String typeName, int type, boolean nullable, int byteLength, int precision, int scale, boolean fixed, SnowflakeType base, List<FieldMetadata> fields)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)SnowflakeColumnMetadata(String name, int type, boolean nullable, int length, int precision, int scale, String typeName, boolean fixed, SnowflakeType base, List<FieldMetadata> fields, String columnSrcDatabase, String columnSrcSchema, String columnSrcTable, boolean isAutoIncrement, int dimension)
-