189190191192193194195196197198199
XreadTableExpression(select); select.setReturningResult(); int[] columnMap = new int[colIndexList.size()]; colIndexList.toArray(columnMap); Expression[] variables = new Expression[variableNames.size()]; variableNames.toArray(variables);
245246247248249250251252253254255
throw Error.error(ErrorCode.X_42546, Tokens.T_SET); } int[] columnMap = new int[colIndexList.size()]; colIndexList.toArray(columnMap); Expression[] targets = new Expression[targetSet.size()]; targetSet.toArray(targets);
297298299300301302303304305306307
readSetClauseList(targetRangeVars, targetSet, colIndexList, exprList); columnMap = new int[colIndexList.size()]; colIndexList.toArray(columnMap); Expression[] targets = new Expression[targetSet.size()]; targetSet.toArray(targets);
519520521522523524525526527528529
readThis(Tokens.SET); readSetClauseList(rangeVariables, targetSet, colIndexList, exprList); columnMap = new int[colIndexList.size()]; colIndexList.toArray(columnMap); Expression[] targets = new Expression[targetSet.size()]; targetSet.toArray(targets);
925926927928929930931932933934935
updateList.toArray(updateExpressions); updateColumnMap = new int[updateColIndexList.size()]; updateColIndexList.toArray(updateColumnMap); } if (updateExpressions.length != 0) { Table baseTable = table.getBaseTable();
335336337338339340341342343344345
396397398399400401402403404405406
457458459460461462463464465466467
513514515516517518519520521522523
552553554555556557558559560561562