Lines Matching refs:h0

767 	    Hashtable<String, Integer> h0 = new Hashtable<String, Integer>();  in getBestRowIdentifier()  local
769 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed in getBestRowIdentifier()
777 int col = ((Integer) h0.get("unique")).intValue(); in getBestRowIdentifier()
779 col = ((Integer) h0.get("name")).intValue(); in getBestRowIdentifier()
890 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>(); in getPrimaryKeys() local
892 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed in getPrimaryKeys()
896 int col = ((Integer) h0.get("unique")).intValue(); in getPrimaryKeys()
898 col = ((Integer) h0.get("name")).intValue(); in getPrimaryKeys()
950 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>(); in getPrimaryKeys() local
952 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed in getPrimaryKeys()
956 int col = ((Integer) h0.get("type")).intValue(); in getPrimaryKeys()
961 col = ((Integer) h0.get("pk")).intValue(); in getPrimaryKeys()
970 col = ((Integer) h0.get("name")).intValue(); in getPrimaryKeys()
972 col = ((Integer) h0.get("cid")).intValue(); in getPrimaryKeys()
983 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>(); in internalImportedKeys() local
985 h0.put(in.tr.column[i], Integer.valueOf(i)); // android-changed in internalImportedKeys()
989 int col = ((Integer) h0.get("table")).intValue(); in internalImportedKeys()
994 col = ((Integer) h0.get("from")).intValue(); in internalImportedKeys()
996 col = ((Integer) h0.get("to")).intValue(); in internalImportedKeys()
998 col = ((Integer) h0.get("seq")).intValue(); in internalImportedKeys()
1310 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>(); in getIndexInfo() local
1312 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed in getIndexInfo()
1316 int col = ((Integer) h0.get("unique")).intValue(); in getIndexInfo()
1318 col = ((Integer) h0.get("name")).intValue(); in getIndexInfo()