Lines Matching refs:columnIndex

890     public String getString(int columnIndex) throws SQLException {
895 public boolean getBoolean(int columnIndex) throws SQLException {
900 public byte getByte(int columnIndex) throws SQLException {
905 public short getShort(int columnIndex) throws SQLException {
910 public int getInt(int columnIndex) throws SQLException {
915 public long getLong(int columnIndex) throws SQLException {
920 public float getFloat(int columnIndex) throws SQLException {
925 public double getDouble(int columnIndex) throws SQLException {
930 public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException {
935 public byte[] getBytes(int columnIndex) throws SQLException {
940 public Date getDate(int columnIndex) throws SQLException {
945 public Time getTime(int columnIndex) throws SQLException {
950 public Timestamp getTimestamp(int columnIndex) throws SQLException {
955 public InputStream getAsciiStream(int columnIndex) throws SQLException {
960 public InputStream getUnicodeStream(int columnIndex) throws SQLException {
965 public InputStream getBinaryStream(int columnIndex) throws SQLException {
1070 public Object getObject(int columnIndex) throws SQLException {
1085 public Reader getCharacterStream(int columnIndex) throws SQLException {
1095 public BigDecimal getBigDecimal(int columnIndex) throws SQLException {
1210 public void updateNull(int columnIndex) throws SQLException {
1215 public void updateBoolean(int columnIndex, boolean x) throws SQLException {
1220 public void updateByte(int columnIndex, byte x) throws SQLException {
1225 public void updateShort(int columnIndex, short x) throws SQLException {
1230 public void updateInt(int columnIndex, int x) throws SQLException {
1235 public void updateLong(int columnIndex, long x) throws SQLException {
1240 public void updateFloat(int columnIndex, float x) throws SQLException {
1245 public void updateDouble(int columnIndex, double x) throws SQLException {
1250 public void updateBigDecimal(int columnIndex, BigDecimal x) throws SQLException {
1255 public void updateString(int columnIndex, String x) throws SQLException {
1260 public void updateBytes(int columnIndex, byte[] x) throws SQLException {
1265 public void updateDate(int columnIndex, Date x) throws SQLException {
1270 public void updateTime(int columnIndex, Time x) throws SQLException {
1275 public void updateTimestamp(int columnIndex, Timestamp x) throws SQLException {
1280 public void updateAsciiStream(int columnIndex, InputStream x, int length) throws SQLException {
1285 public void updateBinaryStream(int columnIndex, InputStream x, int length) throws SQLException {
1290 public void updateCharacterStream(int columnIndex, Reader x, int length) throws SQLException {
1295 public void updateObject(int columnIndex, Object x, int scaleOrLength) throws SQLException {
1300 public void updateObject(int columnIndex, Object x) throws SQLException {
1440 public Object getObject(int columnIndex, Map<String, Class<?>> map) throws SQLException {
1445 public Ref getRef(int columnIndex) throws SQLException {
1450 public Blob getBlob(int columnIndex) throws SQLException {
1455 public Clob getClob(int columnIndex) throws SQLException {
1460 public Array getArray(int columnIndex) throws SQLException {
1490 public Date getDate(int columnIndex, Calendar cal) throws SQLException {
1500 public Time getTime(int columnIndex, Calendar cal) throws SQLException {
1510 public Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException {
1520 public URL getURL(int columnIndex) throws SQLException {
1530 public void updateRef(int columnIndex, Ref x) throws SQLException {
1540 public void updateBlob(int columnIndex, Blob x) throws SQLException {
1550 public void updateClob(int columnIndex, Clob x) throws SQLException {
1560 public void updateArray(int columnIndex, Array x) throws SQLException {
1570 public RowId getRowId(int columnIndex) throws SQLException {
1580 public void updateRowId(int columnIndex, RowId x) throws SQLException {
1600 public void updateNString(int columnIndex, String nString) throws SQLException {
1610 public void updateNClob(int columnIndex, NClob nClob) throws SQLException {
1620 public NClob getNClob(int columnIndex) throws SQLException {
1630 public SQLXML getSQLXML(int columnIndex) throws SQLException {
1640 public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException {
1650 public String getNString(int columnIndex) throws SQLException {
1660 public Reader getNCharacterStream(int columnIndex) throws SQLException {
1670 public void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException {
1680 public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException {
1685 public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException {
1690 public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException {
1710 public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException {
1720 public void updateClob(int columnIndex, Reader reader, long length) throws SQLException {
1730 public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException {
1740 public void updateNCharacterStream(int columnIndex, Reader x) throws SQLException {
1750 public void updateAsciiStream(int columnIndex, InputStream x) throws SQLException {
1755 public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException {
1760 public void updateCharacterStream(int columnIndex, Reader x) throws SQLException {
1780 public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException {
1790 public void updateClob(int columnIndex, Reader reader) throws SQLException {
1800 public void updateNClob(int columnIndex, Reader reader) throws SQLException {
1810 public <T> T getObject(int columnIndex, Class<T> type) throws SQLException {