MCPcopy Create free account
hub / github.com/dolthub/doltgresql / UpdateRoot

Method UpdateRoot

core/rootobject/objinterface/interfaces.go:102–102  ·  view source on GitHub ↗

UpdateRoot updates the Collection in the given root, returning the updated root.

(ctx context.Context, root RootValue)

Source from the content-addressed store, hash-verified

100 Serializer() RootObjectSerializer
101 // UpdateRoot updates the Collection in the given root, returning the updated root.
102 UpdateRoot(ctx context.Context, root RootValue) (RootValue, error)
103}
104
105// RootValue is an interface to get around import cycles, since the core package references this package (and is where

Callers 6

RemoveTablesMethod · 0.65
RenameTableMethod · 0.65
PutRootObjectFunction · 0.65
RemoveRootObjectFunction · 0.65
RemoveRootObjectIfExistsFunction · 0.65

Implementers 8

Collectioncore/triggers/collection.go
Collectioncore/functions/collection.go
Collectioncore/conflicts/collection.go
Collectioncore/extensions/collection.go
Collectioncore/sequences/collection.go
Collectioncore/procedures/collection.go
Collectioncore/casts/collection.go
TypeCollectioncore/typecollection/typecollection.go

Calls

no outgoing calls

Tested by

no test coverage detected