mvccTables property

Map<String, MvccTable> mvccTables
final

Per-table MVCC version stores (in-memory; rebuilt from page data on open).

Implementation

final Map<String, MvccTable> mvccTables = {};