Lines Matching refs:columnIndex

1095      * @param columnIndex the first column is {@code 1}, the second
1108 public String getString(int columnIndex) throws SQLException {
1117 * @param columnIndex the first column is {@code 1}, the second
1128 public boolean getBoolean(int columnIndex) throws SQLException {
1137 * @param columnIndex the first column is {@code 1}, the second
1151 public byte getByte(int columnIndex) throws SQLException {
1160 * @param columnIndex the first column is {@code 1}, the second
1175 public short getShort(int columnIndex) throws SQLException {
1184 * @param columnIndex the first column is {@code 1}, the second
1198 public int getInt(int columnIndex) throws SQLException {
1207 * @param columnIndex the first column is {@code 1}, the second
1222 public long getLong(int columnIndex) throws SQLException {
1231 * @param columnIndex the first column is {@code 1}, the second
1245 public float getFloat(int columnIndex) throws SQLException {
1254 * @param columnIndex the first column is {@code 1}, the second
1270 public double getDouble(int columnIndex) throws SQLException {
1283 * @param columnIndex the first column is {@code 1}, the second
1296 public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException {
1305 * @param columnIndex the first column is {@code 1}, the second
1320 public byte[] getBytes(int columnIndex) throws SQLException {
1329 * @param columnIndex the first column is {@code 1}, the second
1338 public java.sql.Date getDate(int columnIndex) throws SQLException {
1347 * @param columnIndex the first column is {@code 1}, the second
1355 public java.sql.Time getTime(int columnIndex) throws SQLException {
1364 * @param columnIndex the first column is {@code 1}, the second
1372 public java.sql.Timestamp getTimestamp(int columnIndex) throws SQLException {
1392 * @param columnIndex the first column is {@code 1}, the second
1407 public java.io.InputStream getAsciiStream(int columnIndex) throws SQLException {
1423 * @param columnIndex the first column is {@code 1}, the second
1433 public java.io.InputStream getUnicodeStream(int columnIndex) throws SQLException {
1453 * @param columnIndex the first column is {@code 1}, the second
1467 public java.io.InputStream getBinaryStream(int columnIndex) throws SQLException {
1946 * if it were a call to the method {@code getObject(columnIndex,
1949 * @param columnIndex the first column is {@code 1}, the second
1959 public Object getObject(int columnIndex) throws SQLException {
1982 * if it were a call to the method {@code getObject(columnIndex,
2029 * @param columnIndex the first column is {@code 1}, the second
2044 public java.io.Reader getCharacterStream(int columnIndex) throws SQLException{
2078 * @param columnIndex the first column is {@code 1}, the second
2093 public BigDecimal getBigDecimal(int columnIndex) throws SQLException {
2578 * @param columnIndex the first column is {@code 1}, the second
2586 public void updateNull(int columnIndex) throws SQLException {
2604 * @param columnIndex the first column is {@code 1}, the second
2613 public void updateBoolean(int columnIndex, boolean x) throws SQLException {
2631 * @param columnIndex the first column is {@code 1}, the second
2640 public void updateByte(int columnIndex, byte x) throws SQLException {
2658 * @param columnIndex the first column is {@code 1}, the second
2667 public void updateShort(int columnIndex, short x) throws SQLException {
2685 * @param columnIndex the first column is {@code 1}, the second
2694 public void updateInt(int columnIndex, int x) throws SQLException {
2712 * @param columnIndex the first column is {@code 1}, the second
2721 public void updateLong(int columnIndex, long x) throws SQLException {
2740 * @param columnIndex the first column is {@code 1}, the second
2749 public void updateFloat(int columnIndex, float x) throws SQLException {
2767 * @param columnIndex the first column is {@code 1}, the second
2776 public void updateDouble(int columnIndex, double x) throws SQLException {
2794 * @param columnIndex the first column is {@code 1}, the second
2803 public void updateBigDecimal(int columnIndex, BigDecimal x) throws SQLException {
2824 * @param columnIndex the first column is {@code 1}, the second
2833 public void updateString(int columnIndex, String x) throws SQLException {
2851 * @param columnIndex the first column is {@code 1}, the second
2860 public void updateBytes(int columnIndex, byte x[]) throws SQLException {
2878 * @param columnIndex the first column is {@code 1}, the second
2888 public void updateDate(int columnIndex, java.sql.Date x) throws SQLException {
2906 * @param columnIndex the first column is {@code 1}, the second
2916 public void updateTime(int columnIndex, java.sql.Time x) throws SQLException {
2934 * @param columnIndex the first column is {@code 1}, the second
2945 public void updateTimestamp(int columnIndex, java.sql.Timestamp x) throws SQLException {
2963 * @param columnIndex the first column is {@code 1}, the second
2970 public void updateAsciiStream(int columnIndex, java.io.InputStream x, int length) throws SQLException {
2988 * @param columnIndex the first column is {@code 1}, the second
3000 public void updateBinaryStream(int columnIndex, java.io.InputStream x,int length) throws SQLException {
3018 * @param columnIndex the first column is {@code 1}, the second
3032 public void updateCharacterStream(int columnIndex, java.io.Reader x, int length) throws SQLException {
3053 * @param columnIndex the first column is {@code 1}, the second
3064 public void updateObject(int columnIndex, Object x, int scale) throws SQLException {
3082 * @param columnIndex the first column is {@code 1}, the second
3091 public void updateObject(int columnIndex, Object x) throws SQLException {
3758 * @param columnIndex the first column is {@code 1}, the second
3769 public Object getObject(int columnIndex,
3781 * @param columnIndex the first column is {@code 1}, the second
3791 public Ref getRef(int columnIndex) throws SQLException {
3800 * @param columnIndex the first column is {@code 1}, the second
3810 public Blob getBlob(int columnIndex) throws SQLException {
3819 * @param columnIndex the first column is {@code 1}, the second
3829 public Clob getClob(int columnIndex) throws SQLException {
3838 * @param columnIndex the first column is {@code 1}, the second
3849 public Array getArray(int columnIndex) throws SQLException {
3956 * @param columnIndex the first column is {@code 1}, the second
3969 public java.sql.Date getDate(int columnIndex, Calendar cal) throws SQLException {
4001 * @param columnIndex the first column is {@code 1}, the second
4014 public java.sql.Time getTime(int columnIndex, Calendar cal) throws SQLException {
4046 * @param columnIndex the first column is {@code 1}, the second
4059 public java.sql.Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException {
4247 * @param columnIndex the first column is {@code 1}, the second
4256 public void updateRef(int columnIndex, java.sql.Ref ref) throws SQLException {
4300 * @param columnIndex the first column is {@code 1}, the second
4309 public void updateClob(int columnIndex, Clob c) throws SQLException {
4353 * @param columnIndex the first column is {@code 1}, the second
4362 public void updateBlob(int columnIndex, Blob b) throws SQLException {
4406 * @param columnIndex the first column is {@code 1}, the second
4415 public void updateArray(int columnIndex, Array a) throws SQLException {
4459 public java.net.URL getURL(int columnIndex) throws SQLException {
4823 * @param columnIndex - the first column is 1, the second is 2, ...
4829 public void updateNCharacterStream(int columnIndex,