Searched refs:getJoinCommand (Results 1 – 2 of 2) sorted by relevance
99 + getJoinCommand(/* withInnerQuery= */ true); in getJoinWithQueryCommand()103 public String getJoinCommand() { in getJoinCommand() method in SqlJoin104 return getJoinCommand(/* withInnerQuery= */ false); in getJoinCommand()123 private String getJoinCommand(boolean withInnerQuery) { in getJoinCommand() method in SqlJoin154 command.append(" ").append(join.getJoinCommand(true)); in buildAttachedJoinsCommand()157 command.append(" ").append(join.getJoinCommand(false)); in buildAttachedJoinsCommand()
324 builder.append(mSqlJoin.getJoinCommand()); in appendAggregateCommand()