Package com.impossibl.jdbc.spy
Class SavepointRelay
- java.lang.Object
-
- com.impossibl.jdbc.spy.SavepointRelay
-
-
Constructor Summary
Constructors Constructor Description SavepointRelay(java.sql.Savepoint target, com.impossibl.jdbc.spy.SavepointListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSavepointId()
java.lang.String
getSavepointName()
java.sql.Savepoint
getTarget()
-
-
-
Method Detail
-
getTarget
public java.sql.Savepoint getTarget()
-
getSavepointName
public java.lang.String getSavepointName() throws java.sql.SQLException
- Specified by:
getSavepointName
in interfacejava.sql.Savepoint
- Throws:
java.sql.SQLException
-
getSavepointId
public int getSavepointId() throws java.sql.SQLException
- Specified by:
getSavepointId
in interfacejava.sql.Savepoint
- Throws:
java.sql.SQLException
-
-