467468469470471472473
* * @see java.sql.ResultSet#getClob(int) */ @Override public Clob getClob(int arg0) throws SQLException { throw new UnsupportedException(); }
477478479480481482483
* * @see java.sql.ResultSet#getClob(java.lang.String) */ @Override public Clob getClob(String arg0) throws SQLException { throw new UnsupportedException(); }
507508509510511512513
* * @see java.sql.ResultSet#getDate(int) */ @Override public Date getDate(int arg0) throws SQLException { throw new UnsupportedException(); }
517518519520521522523
* * @see java.sql.ResultSet#getDate(java.lang.String) */ @Override public Date getDate(String arg0) throws SQLException { throw new UnsupportedException(); }
527528529530531532533
* * @see java.sql.ResultSet#getDate(int, java.util.Calendar) */ @Override public Date getDate(int arg0, Calendar arg1) throws SQLException { throw new UnsupportedException(); }
537538539540541542543
* * @see java.sql.ResultSet#getDate(java.lang.String, java.util.Calendar) */ @Override public Date getDate(String arg0, Calendar arg1) throws SQLException { throw new UnsupportedException(); }
683684685686687688689
* * @see java.sql.ResultSet#getNCharacterStream(int) */ @Override public Reader getNCharacterStream(int arg0) throws SQLException { throw new UnsupportedException(); }
693694695696697698699
* * @see java.sql.ResultSet#getNCharacterStream(java.lang.String) */ @Override public Reader getNCharacterStream(String arg0) throws SQLException { throw new UnsupportedException(); }
703704705706707708709
* * @see java.sql.ResultSet#getNClob(int) */ @Override public NClob getNClob(int arg0) throws SQLException { throw new UnsupportedException(); }
713714715716717718719
* * @see java.sql.ResultSet#getNClob(java.lang.String) */ @Override public NClob getNClob(String arg0) throws SQLException { throw new UnsupportedException(); }