Public Member Functions |
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 () |
native NdbTransaction | getNdbTransaction () |
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 NdbOperation.java.