org.firebirdsql.gds
Interface IscTrHandle


public interface IscTrHandle

The interface IscTrHandle represents a transaction handle.

Version:
1.0
Author:
Alejandro Alberola, David Jencks

Method Summary
 IscDbHandle getDbHandle()
          Retrieve a handle to the database to which this transaction is linked.
 

Method Detail

getDbHandle

public IscDbHandle getDbHandle()
Retrieve a handle to the database to which this transaction is linked.

Returns:
Handle to the database


Copyright © 2001 David Jencks and other authors. All rights reserved.