autoInc property

Map<String, int> autoInc
final

AUTOINCREMENT counters keyed by column name. Reset by TRUNCATE.

Implementation

final Map<String, int> autoInc;