/[classpath]/classpath/javax/sql/RowSet.java
ViewVC logotype

Diff of /classpath/javax/sql/RowSet.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.1 by gnu_andrew, Tue Aug 2 20:12:36 2005 UTC revision 1.2.2.2 by tromey, Tue Nov 29 14:50:55 2005 UTC
# Line 78  public interface RowSet extends ResultSe Line 78  public interface RowSet extends ResultSe
78    
79    void setTransactionIsolation(int level) throws SQLException;    void setTransactionIsolation(int level) throws SQLException;
80    
81    Map getTypeMap() throws SQLException;    Map<String, Class<?>> getTypeMap() throws SQLException;
82    
83    void setTypeMap(Map map) throws SQLException;    void setTypeMap(Map<String, Class<?>> map) throws SQLException;
84    
85    String getCommand();    String getCommand();
86    

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26