MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.ndbjtie.ndbapi.NdbTransaction Class Reference
Inheritance diagram for com.mysql.ndbjtie.ndbapi.NdbTransaction:
Collaboration diagram for com.mysql.ndbjtie.ndbapi.NdbTransaction:

Classes

interface  CommitStatusType
interface  ExecType

Public Member Functions

final native NdbErrorConst getNdbError ()
final native NdbOperationConst getNdbErrorOperation ()
final native NdbOperationConst getNextCompletedOperation (NdbOperationConst op)
final native NdbOperation getNdbOperation (NdbDictionary.TableConst aTable)
final native NdbScanOperation getNdbScanOperation (NdbDictionary.TableConst aTable)
final native NdbIndexScanOperation getNdbIndexScanOperation (NdbDictionary.IndexConst anIndex)
final native NdbIndexOperation getNdbIndexOperation (NdbDictionary.IndexConst anIndex)
final native int execute (int execType, int p0, int force)
final native int refresh ()
final native void close ()
final native int getGCI (long[] gciptr)
final native long getTransactionId ()
final native int commitStatus ()
final native int getNdbErrorLine ()
final native NdbOperationConst readTuple (NdbRecordConst key_rec, ByteBuffer key_row, NdbRecordConst result_rec, ByteBuffer result_row, int lock_mode, byte[] result_mask, NdbOperation.OperationOptionsConst opts, int sizeOfOptions)
final native NdbOperationConst insertTuple (NdbRecordConst key_rec, ByteBuffer key_row, NdbRecordConst attr_rec, ByteBuffer attr_row, byte[] mask, NdbOperation.OperationOptionsConst opts, int sizeOfOptions)
final native NdbOperationConst insertTuple (NdbRecordConst combined_rec, ByteBuffer combined_row, byte[] mask, NdbOperation.OperationOptionsConst opts, int sizeOfOptions)
final native NdbOperationConst updateTuple (NdbRecordConst key_rec, ByteBuffer key_row, NdbRecordConst attr_rec, ByteBuffer attr_row, byte[] mask, NdbOperation.OperationOptionsConst opts, int sizeOfOptions)
final native NdbOperationConst writeTuple (NdbRecordConst key_rec, ByteBuffer key_row, NdbRecordConst attr_rec, ByteBuffer attr_row, byte[] mask, NdbOperation.OperationOptionsConst opts, int sizeOfOptions)
final native NdbOperationConst deleteTuple (NdbRecordConst key_rec, ByteBuffer key_row, NdbRecordConst result_rec, ByteBuffer result_row, byte[] result_mask, NdbOperation.OperationOptionsConst opts, int sizeOfOptions)
final native NdbScanOperation scanTable (NdbRecordConst result_record, int lock_mode, byte[] result_mask, NdbScanOperation.ScanOptionsConst options, int sizeOfOptions)
final native NdbIndexScanOperation scanIndex (NdbRecordConst key_record, NdbRecordConst result_record, int lock_mode, byte[] result_mask, NdbIndexScanOperation.IndexBoundConst bound, NdbScanOperation.ScanOptionsConst options, int sizeOfOptions)
final native NdbOperationConst unlock (NdbLockHandleConst lockHandle, int ao)
final native int releaseLockHandle (NdbLockHandleConst lockHandle)
- Public Member Functions inherited from com.mysql.jtie.Wrapper
final boolean equals (Object obj)
final int hashCode ()
String toString ()

Additional Inherited Members

- Protected Member Functions inherited from com.mysql.jtie.Wrapper
 Wrapper ()
 Wrapper (Wrapper o)

Detailed Description

Definition at line 27 of file NdbTransaction.java.


The documentation for this class was generated from the following file: