net.sourceforge.jtds.jdbc
Class SavepointImpl
java.lang.Objectnet.sourceforge.jtds.jdbc.SavepointImpl
- Savepoint
(package private) class SavepointImpl
extends java.lang.Object
implements Savepoint
Savepoint implementation class.
$Id: SavepointImpl.java,v 1.5 2005/04/28 14:29:27 alin_sinpalean Exp $private int | id
|
private String | name
|
SavepointImpl(int id)- Constructs a savepoint with a specific identifier.
|
SavepointImpl(int id, String name)- Constructs a savepoint with a specific identifier and name.
|
name
private final String name
SavepointImpl
(package private) SavepointImpl(int id)
Constructs a savepoint with a specific identifier.
id - a savepoint identifier
SavepointImpl
(package private) SavepointImpl(int id,
String name) Constructs a savepoint with a specific identifier and name.
id - a savepoint identifiername - the savepoint name
getId
(package private) int getId()
Returns the savepoint id. This will not throw an exception for
named savepoints as would
getSavepointId().
getSavepointId
public int getSavepointId()
throws SQLException
getSavepointName
public String getSavepointName()
throws SQLException
Generated on June 12 2008