Lines Matching refs:columnIndex

974     public String getString(int columnIndex) throws SQLException {
979 public boolean getBoolean(int columnIndex) throws SQLException {
984 public byte getByte(int columnIndex) throws SQLException {
989 public short getShort(int columnIndex) throws SQLException {
994 public int getInt(int columnIndex) throws SQLException {
999 public long getLong(int columnIndex) throws SQLException {
1004 public float getFloat(int columnIndex) throws SQLException {
1009 public double getDouble(int columnIndex) throws SQLException {
1014 public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException {
1019 public byte[] getBytes(int columnIndex) throws SQLException {
1024 public Date getDate(int columnIndex) throws SQLException {
1029 public Time getTime(int columnIndex) throws SQLException {
1034 public Timestamp getTimestamp(int columnIndex) throws SQLException {
1039 public InputStream getAsciiStream(int columnIndex) throws SQLException {
1044 public InputStream getUnicodeStream(int columnIndex) throws SQLException {
1049 public InputStream getBinaryStream(int columnIndex) throws SQLException {
1154 public Object getObject(int columnIndex) throws SQLException {
1169 public Reader getCharacterStream(int columnIndex) throws SQLException {
1179 public BigDecimal getBigDecimal(int columnIndex) throws SQLException {
1294 public void updateNull(int columnIndex) throws SQLException {
1299 public void updateBoolean(int columnIndex, boolean x) throws SQLException {
1304 public void updateByte(int columnIndex, byte x) throws SQLException {
1309 public void updateShort(int columnIndex, short x) throws SQLException {
1314 public void updateInt(int columnIndex, int x) throws SQLException {
1319 public void updateLong(int columnIndex, long x) throws SQLException {
1324 public void updateFloat(int columnIndex, float x) throws SQLException {
1329 public void updateDouble(int columnIndex, double x) throws SQLException {
1334 public void updateBigDecimal(int columnIndex, BigDecimal x) throws SQLException {
1339 public void updateString(int columnIndex, String x) throws SQLException {
1344 public void updateBytes(int columnIndex, byte[] x) throws SQLException {
1349 public void updateDate(int columnIndex, Date x) throws SQLException {
1354 public void updateTime(int columnIndex, Time x) throws SQLException {
1359 public void updateTimestamp(int columnIndex, Timestamp x) throws SQLException {
1364 public void updateAsciiStream(int columnIndex, InputStream x, int length) throws SQLException {
1369 public void updateBinaryStream(int columnIndex, InputStream x, int length) throws SQLException {
1374 public void updateCharacterStream(int columnIndex, Reader x, int length) throws SQLException {
1379 public void updateObject(int columnIndex, Object x, int scaleOrLength) throws SQLException {
1384 public void updateObject(int columnIndex, Object x) throws SQLException {
1524 public Object getObject(int columnIndex, Map<String, Class<?>> map) throws SQLException {
1529 public Ref getRef(int columnIndex) throws SQLException {
1534 public Blob getBlob(int columnIndex) throws SQLException {
1539 public Clob getClob(int columnIndex) throws SQLException {
1544 public Array getArray(int columnIndex) throws SQLException {
1574 public Date getDate(int columnIndex, Calendar cal) throws SQLException {
1584 public Time getTime(int columnIndex, Calendar cal) throws SQLException {
1594 public Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException {
1604 public URL getURL(int columnIndex) throws SQLException {
1614 public void updateRef(int columnIndex, Ref x) throws SQLException {
1624 public void updateBlob(int columnIndex, Blob x) throws SQLException {
1634 public void updateClob(int columnIndex, Clob x) throws SQLException {
1644 public void updateArray(int columnIndex, Array x) throws SQLException {
1654 public RowId getRowId(int columnIndex) throws SQLException {
1664 public void updateRowId(int columnIndex, RowId x) throws SQLException {
1684 public void updateNString(int columnIndex, String nString) throws SQLException {
1694 public void updateNClob(int columnIndex, NClob nClob) throws SQLException {
1704 public NClob getNClob(int columnIndex) throws SQLException {
1714 public SQLXML getSQLXML(int columnIndex) throws SQLException {
1724 public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException {
1734 public String getNString(int columnIndex) throws SQLException {
1744 public Reader getNCharacterStream(int columnIndex) throws SQLException {
1754 public void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException {
1764 public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException {
1769 public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException {
1774 public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException {
1794 public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException {
1804 public void updateClob(int columnIndex, Reader reader, long length) throws SQLException {
1814 public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException {
1824 public void updateNCharacterStream(int columnIndex, Reader x) throws SQLException {
1834 public void updateAsciiStream(int columnIndex, InputStream x) throws SQLException {
1839 public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException {
1844 public void updateCharacterStream(int columnIndex, Reader x) throws SQLException {
1864 public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException {
1874 public void updateClob(int columnIndex, Reader reader) throws SQLException {
1884 public void updateNClob(int columnIndex, Reader reader) throws SQLException {
1894 public <T> T getObject(int columnIndex, Class<T> type) throws SQLException {