I would like to use the SQLite update callback mechanism. I've found the Notifier class in SQLite directory, but it seems that the only information it provides for the update callback is the row number (getRow). I need the table name in order to use it. Is there a way to obtain the table name?
P.S.: It looks like I can use registerUpdateHandler in SQLite Utility directly, but I still prefer to use the Notifier class, if obtaining the table name there is possible.