db9010 / com.jovial.db9010 / InsertStatement / Key

Key

data class Key

Key used for caching insert statements by Database.

Constructors

<init>

Key used for caching insert statements by Database.

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