Searched refs:mSqlJoin (Results 1 – 1 of 1) sorted by relevance
82 private final SqlJoin mSqlJoin; field in AggregateTableRequest102 mSqlJoin = params.getJoin(); in AggregateTableRequest()323 if (mSqlJoin != null) { in appendAggregateCommand()324 builder.append(mSqlJoin.getJoinCommand()); in appendAggregateCommand()