Package org.relique.jdbc.csv
Class CsvSavepoint
- java.lang.Object
-
- org.relique.jdbc.csv.CsvSavepoint
-
- All Implemented Interfaces:
java.sql.Savepoint
public class CsvSavepoint extends java.lang.Object implements java.sql.Savepoint
Savepoint implementation that does nothing, simply to satisfy the JDBC savepoint interfaces.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSavepointId()
java.lang.String
getSavepointName()
-
-
-
Method Detail
-
getSavepointId
public int getSavepointId() throws java.sql.SQLException
- Specified by:
getSavepointId
in interfacejava.sql.Savepoint
- Throws:
java.sql.SQLException
-
getSavepointName
public java.lang.String getSavepointName() throws java.sql.SQLException
- Specified by:
getSavepointName
in interfacejava.sql.Savepoint
- Throws:
java.sql.SQLException
-
-