Class SavepointImpl

java.lang.Object
net.sourceforge.jtds.jdbc.SavepointImpl
All Implemented Interfaces:
Savepoint

class SavepointImpl extends Object implements Savepoint
Savepoint implementation class.
Version:
$Id: SavepointImpl.java,v 1.5 2005-04-28 14:29:27 alin_sinpalean Exp $
Author:
Brian Heineman
  • Field Details

    • id

      private final int id
    • name

      private final String name
  • Constructor Details

    • SavepointImpl

      SavepointImpl(int id)
      Constructs a savepoint with a specific identifier.
      Parameters:
      id - a savepoint identifier
    • SavepointImpl

      SavepointImpl(int id, String name)
      Constructs a savepoint with a specific identifier and name.
      Parameters:
      id - a savepoint identifier
      name - the savepoint name
  • Method Details