• Home
  • Raw
  • Download

Lines Matching refs:col

229 	int col = findColumn(columnName);
230 return getString(col);
256 int col = findColumn(columnName);
257 return getInt(col);
266 int col = findColumn(columnName);
267 return getBoolean(col);
300 int col = findColumn(columnName);
301 return getShort(col);
337 int col = findColumn(columnName);
338 return getTime(col);
348 int col = findColumn(columnName);
349 return getTime(col, cal);
387 int col = findColumn(columnName);
388 return getTimestamp(col);
400 int col = findColumn(columnName);
401 return getTimestamp(col, cal);
437 int col = findColumn(columnName);
438 return getDate(col);
448 int col = findColumn(columnName);
449 return getDate(col, cal);
475 int col = findColumn(columnName);
476 return getDouble(col);
502 int col = findColumn(columnName);
503 return getFloat(col);
529 int col = findColumn(columnName);
530 return getLong(col);
542 int col = findColumn(columnName);
543 return getUnicodeStream(col);
548 int col = findColumn(columnName);
549 return getAsciiStream(col);
559 int col = findColumn(columnName);
560 return getBigDecimal(col);
566 int col = findColumn(columnName);
567 return getBigDecimal(col, scale);
603 int col = findColumn(columnName);
604 return getByte(col);
621 int col = findColumn(columnName);
622 return getBytes(col);
668 int col = findColumn(columnName);
669 return getObject(col);
679 int col = findColumn(columnName);
680 return getObject(col, map);
688 int col = findColumn(columnName);
689 return getRef(col);
697 int col = findColumn(columnName);
698 return getBlob(col);
706 int col = findColumn(columnName);
707 return getClob(col);
715 int col = findColumn(columnName);
716 return getArray(col);
1143 int col = findColumn(colName);
1144 updateNull(col);
1148 int col = findColumn(colName);
1149 updateBoolean(col, b);
1153 int col = findColumn(colName);
1154 updateByte(col, b);
1158 int col = findColumn(colName);
1159 updateShort(col, b);
1163 int col = findColumn(colName);
1164 updateInt(col, b);
1168 int col = findColumn(colName);
1169 updateLong(col, b);
1173 int col = findColumn(colName);
1174 updateFloat(col, f);
1178 int col = findColumn(colName);
1179 updateDouble(col, f);
1184 int col = findColumn(colName);
1185 updateBigDecimal(col, f);
1189 int col = findColumn(colName);
1190 updateString(col, s);
1194 int col = findColumn(colName);
1195 updateBytes(col, s);
1200 int col = findColumn(colName);
1201 updateDate(col, d);
1206 int col = findColumn(colName);
1207 updateTime(col, t);
1212 int col = findColumn(colName);
1213 updateTimestamp(col, t);
1219 int col = findColumn(colName);
1220 updateAsciiStream(col, in, s);
1226 int col = findColumn(colName);
1227 updateBinaryStream(col, in, s);
1233 int col = findColumn(colName);
1234 updateCharacterStream(col, in, s);
1239 int col = findColumn(colName);
1240 updateObject(col, obj);
1245 int col = findColumn(colName);
1246 updateObject(col, obj, s);
1284 int col = findColumn(colName);
1285 return getURL(col);
1294 int col = findColumn(colName);
1295 updateRef(col, x);
1305 int col = findColumn(colName);
1306 updateBlob(col, x);
1316 int col = findColumn(colName);
1317 updateClob(col, x);
1327 int col = findColumn(colName);
1328 updateArray(col, x);
1336 int col = findColumn(colName);
1337 return getRowId(col);
1345 int col = findColumn(colName);
1346 updateRowId(col, x);
1364 int col = findColumn(colName);
1365 updateNString(col, nString);
1375 int col = findColumn(colName);
1376 updateNClob(col, nclob);
1384 int col = findColumn(colName);
1385 return getNClob(col);
1393 int col = findColumn(colName);
1394 return getSQLXML(col);
1404 int col = findColumn(colName);
1405 updateSQLXML(col, xml);
1413 int col = findColumn(colName);
1414 return getNString(col);
1424 int col = findColumn(colName);
1425 return getNCharacterStream(col);
1437 int col = findColumn(colName);
1438 updateNCharacterStream(col, x, len);
1450 int col = findColumn(colName);
1451 updateAsciiStream(col, x, len);
1463 int col = findColumn(colName);
1464 updateBinaryStream(col, x, len);
1476 int col = findColumn(colName);
1477 updateCharacterStream(col, x, len);
1489 int col = findColumn(colName);
1490 updateBlob(col, x, len);
1502 int col = findColumn(colName);
1503 updateClob(col, x, len);
1515 int col = findColumn(colName);
1516 updateNClob(col, x, len);
1526 int col = findColumn(colName);
1527 updateNCharacterStream(col, x);
1537 int col = findColumn(colName);
1538 updateAsciiStream(col, x);
1548 int col = findColumn(colName);
1549 updateBinaryStream(col, x);
1559 int col = findColumn(colName);
1560 updateCharacterStream(col, x);
1570 int col = findColumn(colName);
1571 updateBlob(col, x);
1581 int col = findColumn(colName);
1582 updateClob(col, x);
1592 int col = findColumn(colName);
1593 updateNClob(col, x);