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.SavepointSavepoint implementation that does nothing, simply to satisfy the JDBC savepoint interfaces.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSavepointId()java.lang.StringgetSavepointName()
-
-
-
Method Detail
-
getSavepointId
public int getSavepointId() throws java.sql.SQLException- Specified by:
getSavepointIdin interfacejava.sql.Savepoint- Throws:
java.sql.SQLException
-
getSavepointName
public java.lang.String getSavepointName() throws java.sql.SQLException- Specified by:
getSavepointNamein interfacejava.sql.Savepoint- Throws:
java.sql.SQLException
-
-