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 MatDesc
MatDesc. 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 void
SnowflakeAzureClient. addEncryptionMetadata(StorageObjectMetadata meta, MatDesc matDesc, byte[] ivData, byte[] encKeK, long contentLength)
Adds encryption metadata to the StorageObjectMetadata objectvoid
SnowflakeGCSClient. addEncryptionMetadata(StorageObjectMetadata meta, MatDesc matDesc, byte[] ivData, byte[] encKeK, long contentLength)
Adds encryption metadata to the StorageObjectMetadata objectvoid
SnowflakeS3Client. addEncryptionMetadata(StorageObjectMetadata meta, MatDesc matDesc, byte[] ivData, byte[] encKeK, long contentLength)
Adds encryption metadata to the StorageObjectMetadata objectvoid
SnowflakeStorageClient. addEncryptionMetadata(StorageObjectMetadata meta, MatDesc matDesc, byte[] ivData, byte[] encKeK, long contentLength)
Adds encryption metadata to the StorageObjectMetadata object
-