Uses of Class
net.snowflake.client.jdbc.MatDesc
-
Packages that use MatDesc Package Description net.snowflake.client.jdbc net.snowflake.client.jdbc.cloud.storage -
-
Uses of MatDesc in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc that return MatDesc Modifier and Type Method Description static MatDescMatDesc. parse(String matdesc)Try to parse the material descriptor string. -
Uses of MatDesc in net.snowflake.client.jdbc.cloud.storage
Methods in net.snowflake.client.jdbc.cloud.storage with parameters of type MatDesc Modifier and Type Method Description voidSnowflakeAzureClient. addEncryptionMetadata(StorageObjectMetadata meta, MatDesc matDesc, byte[] ivData, byte[] encKeK, long contentLength)Adds encryption metadata to the StorageObjectMetadata objectvoidSnowflakeGCSClient. addEncryptionMetadata(StorageObjectMetadata meta, MatDesc matDesc, byte[] ivData, byte[] encKeK, long contentLength)Adds encryption metadata to the StorageObjectMetadata objectvoidSnowflakeS3Client. addEncryptionMetadata(StorageObjectMetadata meta, MatDesc matDesc, byte[] ivData, byte[] encKeK, long contentLength)Adds encryption metadata to the StorageObjectMetadata objectvoidSnowflakeStorageClient. addEncryptionMetadata(StorageObjectMetadata meta, MatDesc matDesc, byte[] ivData, byte[] encKeK, long contentLength)Adds encryption metadata to the StorageObjectMetadata object
-