boolean firstRow = true; while{row = result.next()) { if(firstRow) { firstRow = false; //do some setup } //do stuff }