Lines Matching refs:columnIndex

241               //  based on columnIndex)
1004 * @param columnIndex the first column is <code>1</code>, the second
1012 public String getString(int columnIndex) throws SQLException {
1013 return crsInternal.getString(columnIndex);
1021 * @param columnIndex the first column is <code>1</code>, the second
1029 public boolean getBoolean(int columnIndex) throws SQLException {
1030 return crsInternal.getBoolean(columnIndex);
1038 * @param columnIndex the first column is <code>1</code>, the second
1046 public byte getByte(int columnIndex) throws SQLException {
1047 return crsInternal.getByte(columnIndex);
1055 * @param columnIndex the first column is <code>1</code>, the second
1063 public short getShort(int columnIndex) throws SQLException {
1064 return crsInternal.getShort(columnIndex);
1072 * @param columnIndex the first column is <code>1</code>, the second
1080 public int getInt(int columnIndex) throws SQLException {
1081 return crsInternal.getInt(columnIndex);
1089 * @param columnIndex the first column is <code>1</code>, the second
1097 public long getLong(int columnIndex) throws SQLException {
1098 return crsInternal.getLong(columnIndex);
1106 * @param columnIndex the first column is <code>1</code>, the second
1114 public float getFloat(int columnIndex) throws SQLException {
1115 return crsInternal.getFloat(columnIndex);
1123 * @param columnIndex the first column is <code>1</code>, the second
1131 public double getDouble(int columnIndex) throws SQLException {
1132 return crsInternal.getDouble(columnIndex);
1144 * @param columnIndex the first column is <code>1</code>, the second
1157 public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException {
1158 return crsInternal.getBigDecimal(columnIndex);
1166 * @param columnIndex the first column is <code>1</code>, the second
1175 public byte[] getBytes(int columnIndex) throws SQLException {
1176 return crsInternal.getBytes(columnIndex);
1184 * @param columnIndex the first column is <code>1</code>, the second
1192 public java.sql.Date getDate(int columnIndex) throws SQLException {
1193 return crsInternal.getDate(columnIndex);
1201 * @param columnIndex the first column is <code>1</code>, the second
1209 public java.sql.Time getTime(int columnIndex) throws SQLException {
1210 return crsInternal.getTime(columnIndex);
1218 * @param columnIndex the first column is <code>1</code>, the second
1226 public java.sql.Timestamp getTimestamp(int columnIndex) throws SQLException {
1227 return crsInternal.getTimestamp(columnIndex);
1235 * @param columnIndex the first column is <code>1</code>, the second
1243 public java.io.InputStream getAsciiStream(int columnIndex) throws SQLException {
1244 return crsInternal.getAsciiStream(columnIndex);
1259 * @param columnIndex the first column is <code>1</code>, the second
1269 public java.io.InputStream getUnicodeStream(int columnIndex) throws SQLException {
1270 return crsInternal.getUnicodeStream(columnIndex);
1284 * @param columnIndex the first column is <code>1</code>, the second
1292 public java.io.InputStream getBinaryStream(int columnIndex) throws SQLException {
1293 return crsInternal.getBinaryStream(columnIndex);
1679 * if it were a call to the method <code>getObject(columnIndex,
1682 * @param columnIndex the first column is <code>1</code>, the second
1692 public Object getObject(int columnIndex) throws SQLException {
1693 return crsInternal.getObject(columnIndex);
1715 * if it were a call to the method <code>getObject(columnIndex,
1718 * @param columnIndex the first column is <code>1</code>, the second
1732 public Object getObject(int columnIndex,
1735 return crsInternal.getObject(columnIndex, map);
1757 * if it were a call to the method <code>getObject(columnIndex,
1805 * @param columnIndex the first column is <code>1</code>, the second
1814 public java.io.Reader getCharacterStream(int columnIndex) throws SQLException {
1815 return crsInternal.getCharacterStream(columnIndex);
1843 * @param columnIndex the first column is <code>1</code>, the second
1851 public BigDecimal getBigDecimal(int columnIndex) throws SQLException {
1852 return crsInternal.getBigDecimal(columnIndex);
2252 * @param columnIndex the first column is <code>1</code>, the second
2260 public void updateNull(int columnIndex) throws SQLException {
2261 crsInternal.updateNull(columnIndex);
2278 * @param columnIndex the first column is <code>1</code>, the second
2287 public void updateBoolean(int columnIndex, boolean x) throws SQLException {
2288 crsInternal.updateBoolean(columnIndex, x);
2305 * @param columnIndex the first column is <code>1</code>, the second
2314 public void updateByte(int columnIndex, byte x) throws SQLException {
2315 crsInternal.updateByte(columnIndex, x);
2332 * @param columnIndex the first column is <code>1</code>, the second
2341 public void updateShort(int columnIndex, short x) throws SQLException {
2342 crsInternal.updateShort(columnIndex, x);
2359 * @param columnIndex the first column is <code>1</code>, the second
2368 public void updateInt(int columnIndex, int x) throws SQLException {
2369 crsInternal.updateInt(columnIndex, x);
2386 * @param columnIndex the first column is <code>1</code>, the second
2395 public void updateLong(int columnIndex, long x) throws SQLException {
2396 crsInternal.updateLong(columnIndex, x);
2413 * @param columnIndex the first column is <code>1</code>, the second
2422 public void updateFloat(int columnIndex, float x) throws SQLException {
2423 crsInternal.updateFloat(columnIndex, x);
2440 * @param columnIndex the first column is <code>1</code>, the second
2449 public void updateDouble(int columnIndex, double x) throws SQLException {
2450 crsInternal.updateDouble(columnIndex, x);
2467 * @param columnIndex the first column is <code>1</code>, the second
2476 public void updateBigDecimal(int columnIndex, BigDecimal x) throws SQLException {
2477 crsInternal.updateBigDecimal(columnIndex, x);
2497 * @param columnIndex the first column is <code>1</code>, the second
2506 public void updateString(int columnIndex, String x) throws SQLException {
2507 crsInternal.updateString(columnIndex, x);
2524 * @param columnIndex the first column is <code>1</code>, the second
2533 public void updateBytes(int columnIndex, byte x[]) throws SQLException {
2534 crsInternal.updateBytes(columnIndex, x);
2551 * @param columnIndex the first column is <code>1</code>, the second
2561 public void updateDate(int columnIndex, java.sql.Date x) throws SQLException {
2562 crsInternal.updateDate(columnIndex, x);
2579 * @param columnIndex the first column is <code>1</code>, the second
2589 public void updateTime(int columnIndex, java.sql.Time x) throws SQLException {
2590 crsInternal.updateTime(columnIndex, x);
2607 * @param columnIndex the first column is <code>1</code>, the second
2618 public void updateTimestamp(int columnIndex, java.sql.Timestamp x) throws SQLException {
2619 crsInternal.updateTimestamp(columnIndex, x);
2636 * @param columnIndex the first column is <code>1</code>, the second
2643 public void updateAsciiStream(int columnIndex, java.io.InputStream x, int length) throws SQLException {
2644 crsInternal.updateAsciiStream(columnIndex, x, length);
2661 * @param columnIndex the first column is <code>1</code>, the second
2673 public void updateBinaryStream(int columnIndex, java.io.InputStream x, int length) throws SQLException {
2674 crsInternal.updateBinaryStream(columnIndex, x, length);
2691 * @param columnIndex the first column is <code>1</code>, the second
2705 public void updateCharacterStream(int columnIndex, java.io.Reader x, int length) throws SQLException {
2706 crsInternal.updateCharacterStream(columnIndex, x, length);
2726 * @param columnIndex the first column is <code>1</code>, the second
2737 public void updateObject(int columnIndex, Object x, int scale) throws SQLException {
2738 crsInternal.updateObject(columnIndex, x, scale);
2755 * @param columnIndex the first column is <code>1</code>, the second
2764 public void updateObject(int columnIndex, Object x) throws SQLException {
2765 crsInternal.updateObject(columnIndex, x);
3438 * @param columnIndex the first column is <code>1</code>, the second
3447 public Ref getRef(int columnIndex) throws SQLException {
3448 return crsInternal.getRef(columnIndex);
3456 * @param columnIndex the first column is <code>1</code>, the second
3465 public Blob getBlob(int columnIndex) throws SQLException {
3466 return crsInternal.getBlob(columnIndex);
3474 * @param columnIndex the first column is <code>1</code>, the second
3483 public Clob getClob(int columnIndex) throws SQLException {
3484 return crsInternal.getClob(columnIndex);
3492 * @param columnIndex the first column is <code>1</code>, the second
3502 public Array getArray(int columnIndex) throws SQLException {
3503 return crsInternal.getArray(columnIndex);
3585 * @param columnIndex the first column is <code>1</code>, the second
3598 public java.sql.Date getDate(int columnIndex, Calendar cal) throws SQLException {
3599 return crsInternal.getDate(columnIndex, cal);
3630 * @param columnIndex the first column is <code>1</code>, the second
3643 public java.sql.Time getTime(int columnIndex, Calendar cal) throws SQLException {
3644 return crsInternal.getTime(columnIndex, cal);
3675 * @param columnIndex the first column is <code>1</code>, the second
3688 public java.sql.Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException {
3689 return crsInternal.getTimestamp(columnIndex, cal);
3806 * @param columnIndex the first column is <code>1</code>, the second
3816 public void updateRef(int columnIndex, java.sql.Ref ref) throws SQLException {
3817 crsInternal.updateRef(columnIndex, ref);
3862 * @param columnIndex the first column is <code>1</code>, the second
3872 public void updateClob(int columnIndex, Clob c) throws SQLException {
3873 crsInternal.updateClob(columnIndex, c);
3918 * @param columnIndex the first column is <code>1</code>, the second
3928 public void updateBlob(int columnIndex, Blob b) throws SQLException {
3929 crsInternal.updateBlob(columnIndex, b);
3974 * @param columnIndex the first column is <code>1</code>, the second
3984 public void updateArray(int columnIndex, Array a) throws SQLException {
3985 crsInternal.updateArray(columnIndex, a);
4069 public java.net.URL getURL(int columnIndex) throws SQLException {
4070 return crsInternal.getURL(columnIndex);