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

Classes

interface  State

Public Member Functions

final native NdbErrorConst getNdbError ()
final native NdbOperationConst getNdbOperation ()
final native int getState ()
final native int getValue (ByteBuffer data, int bytes)
final native int setValue (ByteBuffer data, int bytes)
final native int setNull ()
final native int getLength (long[] length)
final native int truncate (long length)
final native int getPos (long[] pos)
final native int setPos (long pos)
final native int readData (ByteBuffer data, int[] bytes)
final native int writeData (ByteBuffer data, int bytes)
final native
NdbDictionary.ColumnConst 
getColumn ()
final native NdbBlob blobsFirstBlob ()
final native NdbBlob blobsNextBlob ()
final native int close (boolean execPendingBlobOps)
- Public Member Functions inherited from com.mysql.jtie.Wrapper
final boolean equals (Object obj)
final int hashCode ()
String toString ()

Static Public Member Functions

static final native int getBlobTableName (ByteBuffer btname, Ndb anNdb, String tableName, String columnName)
static final native int getBlobEventName (ByteBuffer bename, Ndb anNdb, String eventName, String columnName)

Additional Inherited Members

- Protected Member Functions inherited from com.mysql.jtie.Wrapper
 Wrapper ()
 Wrapper (Wrapper o)

Detailed Description

Definition at line 28 of file NdbBlob.java.


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