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[] encryptedKey, long contentLength)Adds encryption metadata to the StorageObjectMetadata objectvoidSnowflakeGCSClient. addEncryptionMetadata(StorageObjectMetadata meta, MatDesc matDesc, byte[] ivData, byte[] encryptedKey, long contentLength)Adds encryption metadata to the StorageObjectMetadata objectvoidSnowflakeS3Client. addEncryptionMetadata(StorageObjectMetadata meta, MatDesc matDesc, byte[] ivData, byte[] encryptedKey, long contentLength)voidSnowflakeStorageClient. addEncryptionMetadata(StorageObjectMetadata meta, MatDesc matDesc, byte[] ivData, byte[] encryptedKey, long contentLength)Adds encryption metadata to the StorageObjectMetadata object for AES-ECB/AES-CBCdefault voidSnowflakeStorageClient. addEncryptionMetadataForGcm(StorageObjectMetadata meta, MatDesc matDesc, byte[] encryptedKey, byte[] dataIvBytes, byte[] keyIvBytes, byte[] keyAad, byte[] dataAad, long contentLength)Adds encryption metadata to the StorageObjectMetadata object for AES-GCM/AES-GCM
-