970971972973974975976977978979980
updateList.toArray(updateExpressions); updateColumnMap = new int[updateColIndexList.size()]; updateColIndexList.toArray(updateColumnMap); } if (updateExpressions.length != 0) { Table baseTable = table.isTriggerUpdatable() ? table : table.getBaseTable();
259260261262263264265266267268269
XreadTableExpression(select); select.setReturningResult(); int[] columnMap = new int[colIndexList.size()]; colIndexList.toArray(columnMap); Expression[] variables = new Expression[variableNames.size()]; variableNames.toArray(variables);
316317318319320321322323324325326
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);
373374375376377378379380381382383
425426427428429430431432433434435
readSetClauseList(targetRangeVars, targetSet, colIndexList, exprList); columnMap = new int[colIndexList.size()]; colIndexList.toArray(columnMap); Expression[] targets = new Expression[targetSet.size()]; targetSet.toArray(targets);
588589590591592593594595596597598
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);
10371038103910401041104210431044104510461047