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) |
final boolean | equals (Object obj) |
final int | hashCode () |
String | toString () |
Definition at line 27 of file NdbTransaction.java.