org.relique.jdbc.csv
Class CsvSavepoint
java.lang.Object
org.relique.jdbc.csv.CsvSavepoint
- All Implemented Interfaces:
- Savepoint
public class CsvSavepoint
- extends Object
- implements Savepoint
Savepoint implementation that does nothing, simply to satisfy the
JDBC savepoint interfaces.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSavepointId
public int getSavepointId()
throws SQLException
- Specified by:
getSavepointId
in interface Savepoint
- Throws:
SQLException
getSavepointName
public String getSavepointName()
throws SQLException
- Specified by:
getSavepointName
in interface Savepoint
- Throws:
SQLException
Copyright © 2016. All rights reserved.