data class Key
Key used for caching update statements by Database.
Key(table: Table, columns: List<Column<*>>, text: String)