22 package com.mysql.ndbjtie.ndbapi;
24 import java.nio.ByteBuffer;
26 import com.mysql.jtie.Wrapper;
30 public final native
int isOverrun() ;
31 public final native
boolean isConsistent() ;
32 public final native
int getEventType() ;
33 public final native
boolean tableNameChanged() ;
34 public final native
boolean tableFrmChanged() ;
35 public final native
boolean tableFragmentationChanged() ;
36 public final native
boolean tableRangeListChanged() ;
37 public final native
long getGCI() ;
38 public final native
int getAnyValue() ;
39 public final native
long getLatestGCI() ;
48 public final native
int getState();
49 public final native
void mergeEvents(
boolean flag);
50 public final native
int execute();
51 public final native
NdbRecAttr getValue(
String anAttrName, ByteBuffer aValue );
52 public final native
NdbRecAttr getPreValue(
String anAttrName, ByteBuffer aValue );
54 public final native
NdbBlob getPreBlobHandle(
String anAttrName);