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

Method PkSchema

server/tables/handler.go:26–26  ·  view source on GitHub ↗

PkSchema returns the table's schema.

()

Source from the content-addressed store, hash-verified

24 RowIter(ctx *sql.Context, partition sql.Partition) (sql.RowIter, error)
25 // PkSchema returns the table's schema.
26 PkSchema() sql.PrimaryKeySchema
27}
28
29type IndexedTableHandler interface {

Callers 5

ReplaceSerialFunction · 0.65
generateForeignKeyNameFunction · 0.65
validateCreateTableFunction · 0.65
validateIdentifiersFunction · 0.65
PrimaryKeySchemaMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected