861862863864865866867
* * @see java.sql.ResultSet#getSQLXML(int) */ @Override public SQLXML getSQLXML(int fieldId) throws SQLException { throw new UnsupportedException(); }
871872873874875876877
* * @see java.sql.ResultSet#getSQLXML(java.lang.String) */ @Override public SQLXML getSQLXML(String arg0) throws SQLException { throw new UnsupportedException(); }
905906907908909910911
* * @see java.sql.ResultSet#getStatement() */ @Override public Statement getStatement() throws SQLException { throw new UnsupportedException(); }
939940941942943944945
* * @see java.sql.ResultSet#getTime(int) */ @Override public Time getTime(int fieldId) throws SQLException { throw new UnsupportedException(); }
949950951952953954955
* * @see java.sql.ResultSet#getTime(java.lang.String) */ @Override public Time getTime(String name) throws SQLException { throw new UnsupportedException(); }
959960961962963964965
* * @see java.sql.ResultSet#getTime(int, java.util.Calendar) */ @Override public Time getTime(int fieldId, Calendar arg1) throws SQLException { throw new UnsupportedException(); }
969970971972973974975
* * @see java.sql.ResultSet#getTime(java.lang.String, java.util.Calendar) */ @Override public Time getTime(String name, Calendar arg1) throws SQLException { throw new UnsupportedException(); }
979980981982983984985
* * @see java.sql.ResultSet#getTimestamp(int) */ @Override public Timestamp getTimestamp(int fieldId) throws SQLException { throw new UnsupportedException(); }
989990991992993994995
* * @see java.sql.ResultSet#getTimestamp(java.lang.String) */ @Override public Timestamp getTimestamp(String arg0) throws SQLException { throw new UnsupportedException(); }
999100010011002100310041005
* * @see java.sql.ResultSet#getTimestamp(int, java.util.Calendar) */ @Override public Timestamp getTimestamp(int fieldId, Calendar arg1) throws SQLException { throw new UnsupportedException(); }