/[classpath]/classpath/java/sql/Savepoint.java
ViewVC logotype

Diff of /classpath/java/sql/Savepoint.java

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

revision 1.1 by bryce, Fri Jun 21 05:34:12 2002 UTC revision 1.2 by mkoch, Sun Oct 12 16:38:16 2003 UTC
# Line 46  public interface Savepoint Line 46  public interface Savepoint
46    /**    /**
47     * @since 1.4     * @since 1.4
48     */     */
49    public int getSavepointId() throws SQLException;    int getSavepointId() throws SQLException;
50    
51    /**    /**
52     * @since 1.4     * @since 1.4
53     */     */
54    public String getSavepointName() throws SQLException;    String getSavepointName() throws SQLException;
55  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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