MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
final native NdbDictionary.IndexConst | getIndex () |
final native int | insertTuple () |
final native int | readTuple (int p0) |
final native int | updateTuple () |
final native int | deleteTuple () |
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 () |
native NdbTransaction | getNdbTransaction () |
final native NdbLockHandle | getLockHandle () |
final native NdbLockHandle | getLockHandleM () |
native int | writeTuple () |
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) |
Definition at line 28 of file NdbIndexOperation.java.