DropRootObject removes the given root object from the collection.
(ctx context.Context, identifier id.Id)
| 57 | DiffRootObjects(ctx context.Context, fromHash string, ours RootObject, theirs RootObject, ancestor RootObject) ([]RootObjectDiff, RootObject, error) |
| 58 | // DropRootObject removes the given root object from the collection. |
| 59 | DropRootObject(ctx context.Context, identifier id.Id) error |
| 60 | // GetFieldType returns the type associated with the given diff field name. Returns nil if the name is invalid. |
| 61 | GetFieldType(ctx context.Context, fieldName string) *pgtypes.DoltgresType |
| 62 | // GetID returns the identifying ID for the Collection. |
no outgoing calls
no test coverage detected