Returns a two-level map that on the first level contains the resolved table name, and on the second level the column name (or its alias).
Map<String, Map<String, dynamic>> toTableColumnMap();