Lines Matching refs:columnIndex

904     public String getString(int columnIndex) throws SQLException {
909 public boolean getBoolean(int columnIndex) throws SQLException {
914 public byte getByte(int columnIndex) throws SQLException {
919 public short getShort(int columnIndex) throws SQLException {
924 public int getInt(int columnIndex) throws SQLException {
929 public long getLong(int columnIndex) throws SQLException {
934 public float getFloat(int columnIndex) throws SQLException {
939 public double getDouble(int columnIndex) throws SQLException {
944 public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException {
949 public byte[] getBytes(int columnIndex) throws SQLException {
954 public Date getDate(int columnIndex) throws SQLException {
959 public Time getTime(int columnIndex) throws SQLException {
964 public Timestamp getTimestamp(int columnIndex) throws SQLException {
969 public InputStream getAsciiStream(int columnIndex) throws SQLException {
974 public InputStream getUnicodeStream(int columnIndex) throws SQLException {
979 public InputStream getBinaryStream(int columnIndex) throws SQLException {
1084 public Object getObject(int columnIndex) throws SQLException {
1099 public Reader getCharacterStream(int columnIndex) throws SQLException {
1109 public BigDecimal getBigDecimal(int columnIndex) throws SQLException {
1224 public void updateNull(int columnIndex) throws SQLException {
1229 public void updateBoolean(int columnIndex, boolean x) throws SQLException {
1234 public void updateByte(int columnIndex, byte x) throws SQLException {
1239 public void updateShort(int columnIndex, short x) throws SQLException {
1244 public void updateInt(int columnIndex, int x) throws SQLException {
1249 public void updateLong(int columnIndex, long x) throws SQLException {
1254 public void updateFloat(int columnIndex, float x) throws SQLException {
1259 public void updateDouble(int columnIndex, double x) throws SQLException {
1264 public void updateBigDecimal(int columnIndex, BigDecimal x) throws SQLException {
1269 public void updateString(int columnIndex, String x) throws SQLException {
1274 public void updateBytes(int columnIndex, byte[] x) throws SQLException {
1279 public void updateDate(int columnIndex, Date x) throws SQLException {
1284 public void updateTime(int columnIndex, Time x) throws SQLException {
1289 public void updateTimestamp(int columnIndex, Timestamp x) throws SQLException {
1294 public void updateAsciiStream(int columnIndex, InputStream x, int length) throws SQLException {
1299 public void updateBinaryStream(int columnIndex, InputStream x, int length) throws SQLException {
1304 public void updateCharacterStream(int columnIndex, Reader x, int length) throws SQLException {
1309 public void updateObject(int columnIndex, Object x, int scaleOrLength) throws SQLException {
1314 public void updateObject(int columnIndex, Object x) throws SQLException {
1454 public Object getObject(int columnIndex, Map<String, Class<?>> map) throws SQLException {
1459 public Ref getRef(int columnIndex) throws SQLException {
1464 public Blob getBlob(int columnIndex) throws SQLException {
1469 public Clob getClob(int columnIndex) throws SQLException {
1474 public Array getArray(int columnIndex) throws SQLException {
1504 public Date getDate(int columnIndex, Calendar cal) throws SQLException {
1514 public Time getTime(int columnIndex, Calendar cal) throws SQLException {
1524 public Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException {
1534 public URL getURL(int columnIndex) throws SQLException {
1544 public void updateRef(int columnIndex, Ref x) throws SQLException {
1554 public void updateBlob(int columnIndex, Blob x) throws SQLException {
1564 public void updateClob(int columnIndex, Clob x) throws SQLException {
1574 public void updateArray(int columnIndex, Array x) throws SQLException {
1584 public RowId getRowId(int columnIndex) throws SQLException {
1594 public void updateRowId(int columnIndex, RowId x) throws SQLException {
1614 public void updateNString(int columnIndex, String nString) throws SQLException {
1624 public void updateNClob(int columnIndex, NClob nClob) throws SQLException {
1634 public NClob getNClob(int columnIndex) throws SQLException {
1644 public SQLXML getSQLXML(int columnIndex) throws SQLException {
1654 public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException {
1664 public String getNString(int columnIndex) throws SQLException {
1674 public Reader getNCharacterStream(int columnIndex) throws SQLException {
1684 public void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException {
1694 public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException {
1699 public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException {
1704 public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException {
1724 public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException {
1734 public void updateClob(int columnIndex, Reader reader, long length) throws SQLException {
1744 public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException {
1754 public void updateNCharacterStream(int columnIndex, Reader x) throws SQLException {
1764 public void updateAsciiStream(int columnIndex, InputStream x) throws SQLException {
1769 public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException {
1774 public void updateCharacterStream(int columnIndex, Reader x) throws SQLException {
1794 public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException {
1804 public void updateClob(int columnIndex, Reader reader) throws SQLException {
1814 public void updateNClob(int columnIndex, Reader reader) throws SQLException {
1824 public <T> T getObject(int columnIndex, Class<T> type) throws SQLException {