GetID returns the identifying ID for the Collection.
()
| 61 | GetFieldType(ctx context.Context, fieldName string) *pgtypes.DoltgresType |
| 62 | // GetID returns the identifying ID for the Collection. |
| 63 | GetID() RootObjectID |
| 64 | // GetRootObject returns the root object matching the given ID. Returns false if it cannot be found. |
| 65 | GetRootObject(ctx context.Context, identifier id.Id) (RootObject, bool, error) |
| 66 | // HasRootObject returns whether a root object exactly matching the given ID was found. |
no outgoing calls
no test coverage detected