data class Key
Key used for caching select queries by Database.
Key(columns: List<Column<*>>, tables: List<Table>, forUpdate: Boolean, text: String)