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

Classes

interface  ScanFlag
class  ScanOptions
interface  ScanOptionsConst

Public Member Functions

final native NdbTransaction getNdbTransaction ()
native int readTuples (int lock_mode, int scan_flags, int parallel, int batch)
final native int nextResult (boolean fetchAllowed, boolean forceSend)
final native void close (boolean forceSend, boolean releaseOp)
final native NdbOperation lockCurrentTuple ()
final native NdbOperation lockCurrentTuple (NdbTransaction lockTrans)
final native NdbOperation updateCurrentTuple ()
final native NdbOperation updateCurrentTuple (NdbTransaction updateTrans)
final native int deleteCurrentTuple ()
final native int deleteCurrentTuple (NdbTransaction takeOverTransaction)
final native NdbOperationConst lockCurrentTuple (NdbTransaction takeOverTrans, NdbRecordConst result_rec, ByteBuffer result_row, byte[] result_mask, NdbOperation.OperationOptionsConst opts, int sizeOfOptions)
final native NdbOperationConst updateCurrentTuple (NdbTransaction takeOverTrans, NdbRecordConst attr_rec, String attr_row, byte[] mask, NdbOperation.OperationOptionsConst opts, int sizeOfOptions)
final native NdbOperationConst deleteCurrentTuple (NdbTransaction takeOverTrans, NdbRecordConst result_rec, ByteBuffer result_row, byte[] result_mask, NdbOperation.OperationOptionsConst opts, int sizeOfOptions)
- Public Member Functions inherited from com.mysql.ndbjtie.ndbapi.NdbOperation
native NdbBlob getBlobHandle (String anAttrName)
native NdbBlob getBlobHandle (int anAttrId)
final native NdbErrorConst getNdbError ()
final native int getNdbErrorLine ()
final native String getTableName ()
final native
NdbDictionary.TableConst 
getTable ()
final native int getType ()
final native int getLockMode ()
final native int getAbortOption ()
final native NdbLockHandle getLockHandle ()
final native NdbLockHandle getLockHandleM ()
native int insertTuple ()
native int updateTuple ()
native int writeTuple ()
native int deleteTuple ()
native int readTuple (int p0)
final native int equal (String anAttrName, ByteBuffer aValue)
final native int equal (String anAttrName, int aValue)
final native int equal (String anAttrName, long aValue)
final native int equal (int anAttrId, ByteBuffer aValue)
final native int equal (int anAttrId, int aValue)
final native int equal (int anAttrId, long aValue)
final native NdbRecAttr getValue (String anAttrName, ByteBuffer aValue)
final native NdbRecAttr getValue (int anAttrId, ByteBuffer aValue)
final native NdbRecAttr getValue (NdbDictionary.ColumnConst p0, ByteBuffer val)
final native int setValue (String anAttrName, ByteBuffer aValue)
final native int setValue (String anAttrName, int aValue)
final native int setValue (String anAttrName, long aValue)
final native int setValue (String anAttrName, float aValue)
final native int setValue (String anAttrName, double aValue)
final native int setValue (int anAttrId, ByteBuffer aValue)
final native int setValue (int anAttrId, int aValue)
final native int setValue (int anAttrId, long aValue)
final native int setValue (int anAttrId, float aValue)
final native int setValue (int anAttrId, double aValue)
native NdbBlob getBlobHandleM (String anAttrName)
native NdbBlob getBlobHandleM (int anAttrId)
final native int setAbortOption (int p0)
- 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 28 of file NdbScanOperation.java.


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