org.relique.jdbc.csv
Class CsvSavepoint

java.lang.Object
  extended by 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.


Method Summary
 int getSavepointId()
           
 String getSavepointName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.