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

Method IDToTableName

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

IDToTableName converts the given ID to a table name. The table name will be empty for invalid IDs.

(identifier id.Id)

Source from the content-addressed store, hash-verified

67 HasRootObject(ctx context.Context, identifier id.Id) (bool, error)
68 // IDToTableName converts the given ID to a table name. The table name will be empty for invalid IDs.
69 IDToTableName(identifier id.Id) doltdb.TableName
70 // IterAll iterates over all root objects in the Collection.
71 IterAll(ctx context.Context, callback func(rootObj RootObject) (stop bool, err error)) error
72 // IterIDs iterates over all IDs in the Collection.

Callers 2

GetAllTableNamesMethod · 0.65
GetTableNamesMethod · 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