enum IdentityGenerationStrategy

How a database decides the next value of a numbered column.

Which one a column uses decides what the next value would have been, which is what a rewritten INSERT has to read back in place of the number the database never assigned.

Cases§

case MaxValue
case Sequence

Test cases 19§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 1
Other tests reaching this symbol 18

Relations§

Constant reads 2
Type declarations 1