diff abstract method

void diff(
  1. String fromDb,
  2. String table
)

Diff appends the difference between two tables (srcDB and the session DB) to the session. The two tables must have the same name and schema. https://www.sqlite.org/session/sqlite3session_diff.html

Implementation

void diff(String fromDb, String table);