fun toDB(k: DepartmentEmployee): String
(source)
Returns the full representation of a key into the underlying database.
The DB's representation, in fact, may involve multiple columns for a single key type.
k
- the key to be represented.
Return
its DB representation, like: "attr1, ..., attrN".