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

Method PrimaryKeySchema

server/tables/virtual_table.go:72–74  ·  view source on GitHub ↗

PrimaryKeySchema implements the interface sql.PrimaryKeyTable.

(ctx *sql.Context)

Source from the content-addressed store, hash-verified

70
71// PrimaryKeySchema implements the interface sql.PrimaryKeyTable.
72func (tbl *VirtualTable) PrimaryKeySchema(ctx *sql.Context) sql.PrimaryKeySchema {
73 return tbl.handler.PkSchema()
74}
75
76// Schema implements the interface sql.Table.
77func (tbl *VirtualTable) Schema(ctx *sql.Context) sql.Schema {

Callers 1

SchemaMethod · 0.95

Calls 1

PkSchemaMethod · 0.65

Tested by

no test coverage detected