matchingTable property

MatchingMoorTable? matchingTable
final

If the result columns of a SELECT statement exactly match one table, we can just use the data class generated for that table. Otherwise, we'd have to create another class.

Implementation

final MatchingMoorTable? matchingTable;