MCPcopy Create free account
hub / github.com/kataras/iris / PrimaryKey

Method PrimaryKey

_examples/database/mysql/sql/sql.go:21–21  ·  view source on GitHub ↗

the table name which record belongs to.

()

Source from the content-addressed store, hash-verified

19type Record interface {
20 TableName() string // the table name which record belongs to.
21 PrimaryKey() string // the primary key of the record.
22}
23
24// Sorted should represent a set of database records

Callers 6

GetByIDMethod · 0.65
CountMethod · 0.65
DeleteByIDMethod · 0.65
PartialUpdateMethod · 0.65
UpdateMethod · 0.65
UpdateMethod · 0.65

Implementers 2

Category_examples/database/mysql/entity/catego
Product_examples/database/mysql/entity/produc

Calls

no outgoing calls

Tested by

no test coverage detected