Oracle JDBC API Reference
12c Release 1 ("12.1.0.2.0")
E17663-03

oracle.jdbc
Interface LogicalTransactionId

All Superinterfaces:
Serializable

public interface LogicalTransactionId
extends Serializable

The logical transaction id is a globally unique id that uniquely defines a database transaction from the application perspective.


Method Summary
 byte[] getBytes()
          Deprecated. will be desupported in 12.2
 

Method Detail

getBytes

@Deprecated
byte[] getBytes()
                throws SQLException
Deprecated. will be desupported in 12.2

This method will not exist in 12.2. Instead of using setBytes use setObject and pass the LogicalTransactionId.

Throws:
SQLException

Oracle JDBC API Reference
12c Release 1 ("12.1.0.2.0")
E17663-03

Copyright © 2008, 2013, Oracle. All rights reserved.