the table name which record belongs to.
()
| 19 | type 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 |
no outgoing calls
no test coverage detected