Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
U.Codebase.Sqlite.DbId
Documentation
newtype HashVersion Source #
Constructors
HashVersion Word64 |
Instances
Instances
Instances
Instances
newtype PatchObjectId Source #
Constructors
PatchObjectId | |
Fields |
Instances
newtype BranchObjectId Source #
Constructors
BranchObjectId | |
Fields |
Instances
newtype BranchHashId Source #
Constructors
BranchHashId | |
Fields |
Instances
newtype CausalHashId Source #
Constructors
CausalHashId | |
Fields |
Instances
newtype ProjectBranchId Source #
Constructors
ProjectBranchId | |
Fields |
Instances
Constructors
ProjectId | |
Fields
|
Instances
Show ProjectId Source # | |
Eq ProjectId Source # | |
Ord ProjectId Source # | |
FromField ProjectId Source # | |
Defined in U.Codebase.Sqlite.DbId Methods | |
ToField ProjectId Source # | |
Defined in U.Codebase.Sqlite.DbId | |
FromRow (Entry ProjectId ProjectBranchId CausalHashId) Source # | |
Defined in U.Codebase.Sqlite.ProjectReflog Methods fromRow :: RowParser (Entry ProjectId ProjectBranchId CausalHashId) # | |
ToRow (Entry ProjectId ProjectBranchId CausalHashId) Source # | |
Defined in U.Codebase.Sqlite.ProjectReflog Methods toRow :: Entry ProjectId ProjectBranchId CausalHashId -> [SQLData] # |
newtype RemoteProjectBranchId Source #
Constructors
RemoteProjectBranchId | |
Fields |
Instances
newtype RemoteProjectId Source #
Constructors
RemoteProjectId | |
Fields |
Instances
newtype SchemaVersion Source #
Constructors
SchemaVersion Word64 |