| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
FoundationDB.Internal.Database
Synopsis
- data FoundationDBOptions = FoundationDBOptions {}
- defaultOptions :: FoundationDBOptions
- data Database = Database {}
- apiVersionInUse :: Database -> Int
Documentation
data FoundationDBOptions Source #
Options set at the connection level for FoundationDB.
Constructors
| FoundationDBOptions | |
Fields
| |
Instances
| Eq FoundationDBOptions Source # | |
Defined in FoundationDB.Internal.Database Methods (==) :: FoundationDBOptions -> FoundationDBOptions -> Bool # (/=) :: FoundationDBOptions -> FoundationDBOptions -> Bool # | |
| Ord FoundationDBOptions Source # | |
Defined in FoundationDB.Internal.Database Methods compare :: FoundationDBOptions -> FoundationDBOptions -> Ordering # (<) :: FoundationDBOptions -> FoundationDBOptions -> Bool # (<=) :: FoundationDBOptions -> FoundationDBOptions -> Bool # (>) :: FoundationDBOptions -> FoundationDBOptions -> Bool # (>=) :: FoundationDBOptions -> FoundationDBOptions -> Bool # max :: FoundationDBOptions -> FoundationDBOptions -> FoundationDBOptions # min :: FoundationDBOptions -> FoundationDBOptions -> FoundationDBOptions # | |
| Show FoundationDBOptions Source # | |
Defined in FoundationDB.Internal.Database Methods showsPrec :: Int -> FoundationDBOptions -> ShowS # show :: FoundationDBOptions -> String # showList :: [FoundationDBOptions] -> ShowS # | |
defaultOptions :: FoundationDBOptions Source #
Uses the current API version, the default cluster file location, and no additional options.
apiVersionInUse :: Database -> Int Source #
Returns the API version that was specified in the apiVersion field when
the FDB client was initialized.