723724725726727728729
* * @see java.sql.ResultSet#getNString(int) */ @Override public String getNString(int fieldId) throws SQLException { throw new UnsupportedException(); }
733734735736737738739
* * @see java.sql.ResultSet#getNString(java.lang.String) */ @Override public String getNString(String arg0) throws SQLException { throw new UnsupportedException(); }
770771772773774775776
* @see java.sql.ResultSet#getObject(int, java.util.Map) */ @Override public Object getObject(int arg0, Map<String, Class<?>> arg1) throws SQLException { throw new UnsupportedException(); }
781782783784785786787
* @see java.sql.ResultSet#getObject(java.lang.String, java.util.Map) */ @Override public Object getObject(String arg0, Map<String, Class<?>> arg1) throws SQLException { throw new UnsupportedException(); }
791792793794795796797
* * @see java.sql.ResultSet#getObject(java.lang.String, java.lang.Class) */ public <T> T getObject(String arg0, Class<T> arg1) throws SQLException { throw new UnsupportedException(); }
801802803804805806807
* * @see java.sql.ResultSet#getObject(int, java.lang.Class) */ public <T> T getObject(int arg0, Class<T> arg1) throws SQLException { throw new UnsupportedException(); }
811812813814815816817
* * @see java.sql.ResultSet#getRef(int) */ @Override public Ref getRef(int arg0) throws SQLException { throw new UnsupportedException(); }
821822823824825826827
* * @see java.sql.ResultSet#getRef(java.lang.String) */ @Override public Ref getRef(String arg0) throws SQLException { throw new UnsupportedException(); }
841842843844845846847
* * @see java.sql.ResultSet#getRowId(int) */ @Override public RowId getRowId(int fieldId) throws SQLException { throw new UnsupportedException(); }
851852853854855856857
* * @see java.sql.ResultSet#getRowId(java.lang.String) */ @Override public RowId getRowId(String arg0) throws SQLException { throw new UnsupportedException(); }