Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


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

Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Copyright © 2008, 2014, Oracle and/or its affiliates. All rights reserved.