db9010 / com.jovial.db9010 / UpdateStatement / Key

Key

data class Key

Key used for caching update statements by Database.

Constructors

<init>

Key used for caching update statements by Database.

Key(table: Table, columns: List<Column<*>>, text: String)