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

Method TableName

_examples/database/mysql/sql/sql.go:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18// in order to use the BaseService's methods.
19type Record interface {
20 TableName() string // the table name which record belongs to.
21 PrimaryKey() string // the primary key of the record.
22}
23

Callers 10

GetByIDMethod · 0.65
CountMethod · 0.65
ListMethod · 0.65
DeleteByIDMethod · 0.65
PartialUpdateMethod · 0.65
InsertMethod · 0.65
UpdateMethod · 0.65
InsertMethod · 0.65
BatchInsertMethod · 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