294295296297298299300
* @see java.sql.ResultSet#getBigDecimal(int) */ @Override public BigDecimal getBigDecimal(int fieldId) throws SQLException { // TODO throw new UnsupportedException(); }
305306307308309310311
* @see java.sql.ResultSet#getBigDecimal(java.lang.String) */ @Override public BigDecimal getBigDecimal(String fieldName) throws SQLException { // TODO throw new UnsupportedException(); }
315316317318319320321
* * @see java.sql.ResultSet#getBigDecimal(int, int) */ @Override public BigDecimal getBigDecimal(int arg0, int arg1) throws SQLException { throw new UnsupportedException(); }
325326327328329330331
* * @see java.sql.ResultSet#getBigDecimal(java.lang.String, int) */ @Override public BigDecimal getBigDecimal(String arg0, int arg1) throws SQLException { throw new UnsupportedException(); }
335336337338339340341
* * @see java.sql.ResultSet#getBinaryStream(int) */ @Override public InputStream getBinaryStream(int arg0) throws SQLException { throw new UnsupportedException(); }
345346347348349350351
* * @see java.sql.ResultSet#getBinaryStream(java.lang.String) */ @Override public InputStream getBinaryStream(String arg0) throws SQLException { throw new UnsupportedException(); }
355356357358359360361
* * @see java.sql.ResultSet#getBlob(int) */ @Override public Blob getBlob(int arg0) throws SQLException { throw new UnsupportedException(); }
365366367368369370371
* * @see java.sql.ResultSet#getBlob(java.lang.String) */ @Override public Blob getBlob(String arg0) throws SQLException { throw new UnsupportedException(); }
447448449450451452453
* * @see java.sql.ResultSet#getCharacterStream(int) */ @Override public Reader getCharacterStream(int arg0) throws SQLException { throw new UnsupportedException(); }
457458459460461462463
* * @see java.sql.ResultSet#getCharacterStream(java.lang.String) */ @Override public Reader getCharacterStream(String arg0) throws SQLException { throw new UnsupportedException(); }