Lines Matching refs:strMatchColumns
301 private Vector<String> strMatchColumns;
531 strMatchColumns = new Vector<String>(10);
533 strMatchColumns.add(j,null);
6954 if( !columnIdxes[j].equals(strMatchColumns.get(j)) ){
6960 strMatchColumns.set(i,null);
6976 String []str_temp = new String[strMatchColumns.size()];
6978 if( strMatchColumns.get(0) == null) {
6982 strMatchColumns.copyInto(str_temp);
7069 strMatchColumns.add(i,columnNames[i]);
7123 strMatchColumns.set(0, columnName);
7146 } else if(strMatchColumns.get(0) != null) {
7172 if(!((strMatchColumns.get(0)).equals(columnName))) {
7177 strMatchColumns.set(0, null); // that is, we are unsetting it.