Public Member Functions |
final native boolean | getSorted () |
final native boolean | getDescending () |
native int | readTuples (int lock_mode, int scan_flags, int parallel, int batch) |
final native int | setBound (String attr, int type, ByteBuffer value) |
final native int | setBound (int anAttrId, int type, ByteBuffer aValue) |
final native int | end_of_bound (int range_no) |
final native int | get_range_no () |
final native int | setBound (NdbRecordConst key_record, IndexBoundConst bound) |
final native NdbTransaction | getNdbTransaction () |
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) |
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) |
final boolean | equals (Object obj) |
final int | hashCode () |
String | toString () |
Definition at line 28 of file NdbIndexScanOperation.java.