| java.lang.Object net.sourceforge.jtds.jdbc.SavepointImpl
SavepointImpl | class SavepointImpl implements Savepoint(Code) | | Savepoint implementation class.
author: Brian Heineman version: $Id: SavepointImpl.java,v 1.5 2005/04/28 14:29:27 alin_sinpalean Exp $ |
Constructor Summary | |
| SavepointImpl(int id) Constructs a savepoint with a specific identifier. | | SavepointImpl(int id, String name) Constructs a savepoint with a specific identifier and name. |
SavepointImpl | SavepointImpl(int id)(Code) | | Constructs a savepoint with a specific identifier.
Parameters: id - a savepoint identifier |
SavepointImpl | SavepointImpl(int id, String name)(Code) | | Constructs a savepoint with a specific identifier and name.
Parameters: id - a savepoint identifier Parameters: name - the savepoint name |
|
|