Classes |
| class | Key_part_ptr |
| class | Key_part_ptrArray |
| interface | Key_part_ptrConst |
| interface | Key_part_ptrConstArray |
Public Member Functions |
|
final native String | getDatabaseName () |
|
final native String | getDatabaseSchemaName () |
final native
NdbDictionary.Dictionary | getDictionary () |
|
final native NdbErrorConst | getNdbError () |
|
final native String | getNdbErrorDetail (NdbErrorConst err, ByteBufferbuff, int buffLen) |
|
final native int | setDatabaseName (String aDatabaseName) |
|
final native int | setDatabaseSchemaName (String aDatabaseSchemaName) |
|
final native int | init (int maxNoOfTransactions) |
|
final native NdbEventOperation | createEventOperation (String eventName) |
|
final native int | dropEventOperation (NdbEventOperation eventOp) |
|
final native int | pollEvents (int aMillisecondNumber, long[] latestGCI) |
|
final native NdbEventOperation | nextEvent () |
|
final native boolean | isConsistent (long[] gci) |
|
final native boolean | isConsistentGCI (long gci) |
|
final native NdbEventOperationConst | getGCIEventOperations (int[] iter, int[] event_types) |
|
final native NdbTransaction | startTransaction (NdbDictionary.TableConst table, ByteBuffer keyData, int keyLen) |
|
final native NdbTransaction | startTransaction (NdbDictionary.TableConst table, Key_part_ptrConstArray keyData, ByteBuffer xfrmbuf, int xfrmbuflen) |
|
final native NdbTransaction | startTransaction (NdbDictionary.TableConst table, int partitionId) |
|
final native void | closeTransaction (NdbTransaction p0) |
|
final native NdbErrorConst | getNdbError (int errorCode) |
| final boolean | equals (Object obj) |
| final int | hashCode () |
| String | toString () |
Static Public Member Functions |
|
static final native Ndb | create (Ndb_cluster_connection ndb_cluster_connection, String aCatalogName, String aSchemaName) |
|
static final native void | delete (Ndb p0) |
|
static final native int | computeHash (int[] hashvalueptr, NdbDictionary.TableConst p0, Key_part_ptrConstArray keyData, ByteBuffer xfrmbuf, int xfrmbuflen) |
Detailed Description
Definition at line 28 of file Ndb.java.
The documentation for this class was generated from the following file:
- storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/Ndb.java