toTableColumnMap abstract method

Map<String, Map<String, dynamic>> toTableColumnMap()

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).

Implementation

Map<String, Map<String, dynamic>> toTableColumnMap();