DBObjectMemoryAdapterContext constructor

DBObjectMemoryAdapterContext(
  1. int id,
  2. Map<String, int> tablesVersions
)

Implementation

DBObjectMemoryAdapterContext(this.id, this.tablesVersions);