| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetDatabaseEncryptionKey
Synopsis
Documentation
data SetDatabaseEncryptionKey Source #
Changes the database encryption key. Usually the encryption key is never changed and is stored in some OS keychain. Returns Ok
Constructors
| SetDatabaseEncryptionKey | |
Fields
| |
Instances
| ToJSON SetDatabaseEncryptionKey Source # | |
Defined in TD.Query.SetDatabaseEncryptionKey Methods toJSON :: SetDatabaseEncryptionKey -> Value # toEncoding :: SetDatabaseEncryptionKey -> Encoding # toJSONList :: [SetDatabaseEncryptionKey] -> Value # | |
| Show SetDatabaseEncryptionKey Source # | |
Defined in TD.Query.SetDatabaseEncryptionKey Methods showsPrec :: Int -> SetDatabaseEncryptionKey -> ShowS # show :: SetDatabaseEncryptionKey -> String # showList :: [SetDatabaseEncryptionKey] -> ShowS # | |
| Eq SetDatabaseEncryptionKey Source # | |
Defined in TD.Query.SetDatabaseEncryptionKey Methods (==) :: SetDatabaseEncryptionKey -> SetDatabaseEncryptionKey -> Bool # (/=) :: SetDatabaseEncryptionKey -> SetDatabaseEncryptionKey -> Bool # | |
| ShortShow SetDatabaseEncryptionKey Source # | |
Defined in TD.Query.SetDatabaseEncryptionKey Methods | |