Lines Matching refs:columnIndex

859     public String getString(int columnIndex) throws SQLException {
864 public boolean getBoolean(int columnIndex) throws SQLException {
869 public byte getByte(int columnIndex) throws SQLException {
874 public short getShort(int columnIndex) throws SQLException {
879 public int getInt(int columnIndex) throws SQLException {
884 public long getLong(int columnIndex) throws SQLException {
889 public float getFloat(int columnIndex) throws SQLException {
894 public double getDouble(int columnIndex) throws SQLException {
899 public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException {
904 public byte[] getBytes(int columnIndex) throws SQLException {
909 public Date getDate(int columnIndex) throws SQLException {
914 public Time getTime(int columnIndex) throws SQLException {
919 public Timestamp getTimestamp(int columnIndex) throws SQLException {
924 public InputStream getAsciiStream(int columnIndex) throws SQLException {
929 public InputStream getUnicodeStream(int columnIndex) throws SQLException {
934 public InputStream getBinaryStream(int columnIndex) throws SQLException {
1039 public Object getObject(int columnIndex) throws SQLException {
1054 public Reader getCharacterStream(int columnIndex) throws SQLException {
1064 public BigDecimal getBigDecimal(int columnIndex) throws SQLException {
1179 public void updateNull(int columnIndex) throws SQLException {
1184 public void updateBoolean(int columnIndex, boolean x) throws SQLException {
1189 public void updateByte(int columnIndex, byte x) throws SQLException {
1194 public void updateShort(int columnIndex, short x) throws SQLException {
1199 public void updateInt(int columnIndex, int x) throws SQLException {
1204 public void updateLong(int columnIndex, long x) throws SQLException {
1209 public void updateFloat(int columnIndex, float x) throws SQLException {
1214 public void updateDouble(int columnIndex, double x) throws SQLException {
1219 public void updateBigDecimal(int columnIndex, BigDecimal x) throws SQLException {
1224 public void updateString(int columnIndex, String x) throws SQLException {
1229 public void updateBytes(int columnIndex, byte[] x) throws SQLException {
1234 public void updateDate(int columnIndex, Date x) throws SQLException {
1239 public void updateTime(int columnIndex, Time x) throws SQLException {
1244 public void updateTimestamp(int columnIndex, Timestamp x) throws SQLException {
1249 public void updateAsciiStream(int columnIndex, InputStream x, int length) throws SQLException {
1254 public void updateBinaryStream(int columnIndex, InputStream x, int length) throws SQLException {
1259 public void updateCharacterStream(int columnIndex, Reader x, int length) throws SQLException {
1264 public void updateObject(int columnIndex, Object x, int scaleOrLength) throws SQLException {
1269 public void updateObject(int columnIndex, Object x) throws SQLException {
1409 public Object getObject(int columnIndex, Map<String, Class<?>> map) throws SQLException {
1414 public Ref getRef(int columnIndex) throws SQLException {
1419 public Blob getBlob(int columnIndex) throws SQLException {
1424 public Clob getClob(int columnIndex) throws SQLException {
1429 public Array getArray(int columnIndex) throws SQLException {
1459 public Date getDate(int columnIndex, Calendar cal) throws SQLException {
1469 public Time getTime(int columnIndex, Calendar cal) throws SQLException {
1479 public Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException {
1489 public URL getURL(int columnIndex) throws SQLException {
1499 public void updateRef(int columnIndex, Ref x) throws SQLException {
1509 public void updateBlob(int columnIndex, Blob x) throws SQLException {
1519 public void updateClob(int columnIndex, Clob x) throws SQLException {
1529 public void updateArray(int columnIndex, Array x) throws SQLException {
1539 public RowId getRowId(int columnIndex) throws SQLException {
1549 public void updateRowId(int columnIndex, RowId x) throws SQLException {
1569 public void updateNString(int columnIndex, String nString) throws SQLException {
1579 public void updateNClob(int columnIndex, NClob nClob) throws SQLException {
1589 public NClob getNClob(int columnIndex) throws SQLException {
1599 public SQLXML getSQLXML(int columnIndex) throws SQLException {
1609 public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException {
1619 public String getNString(int columnIndex) throws SQLException {
1629 public Reader getNCharacterStream(int columnIndex) throws SQLException {
1639 public void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException {
1649 public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException {
1654 public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException {
1659 public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException {
1679 public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException {
1689 public void updateClob(int columnIndex, Reader reader, long length) throws SQLException {
1699 public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException {
1709 public void updateNCharacterStream(int columnIndex, Reader x) throws SQLException {
1719 public void updateAsciiStream(int columnIndex, InputStream x) throws SQLException {
1724 public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException {
1729 public void updateCharacterStream(int columnIndex, Reader x) throws SQLException {
1749 public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException {
1759 public void updateClob(int columnIndex, Reader reader) throws SQLException {
1769 public void updateNClob(int columnIndex, Reader reader) throws SQLException {
1779 public <T> T getObject(int columnIndex, Class<T> type) throws SQLException {