Adds a 'full join' clause to the select statement.
Find fullJoin(String tableName, [String? alias]) { _curJoin = JoinedTable.fullJoin(tableName, alias); _joins.add(_curJoin); return this; }