java.sql
Interface Savepoint


public interface Savepoint

Since:
1.4

Method Summary
 int getSavepointId()
           
 String getSavepointName()
           
 

Method Detail

getSavepointId

int getSavepointId()
                   throws SQLException
Throws:
SQLException
Since:
1.4

getSavepointName

String getSavepointName()
                        throws SQLException
Throws:
SQLException
Since:
1.4