docs / it.uniroma3.dbtree.spi.impl.keyParsers / DepartmentEmployeesParser / toDB

toDB

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.

Parameters

k - the key to be represented.

Return
its DB representation, like: "attr1, ..., attrN".