Protected Member Functions |
void | initProperties () |
void | initLoad () throws Exception |
void | closeLoad () throws Exception |
native void | delAllA (int nOps, boolean batch) |
native void | delAllB0 (int nOps, boolean batch) |
native void | insA (int nOps, boolean setAttrs, boolean batch) |
native void | insB0 (int nOps, boolean setAttrs, boolean batch) |
native void | delAByPK (int nOps, boolean batch) |
native void | delB0ByPK (int nOps, boolean batch) |
native void | setAByPK (int nOps, boolean batch) |
native void | setB0ByPK (int nOps, boolean batch) |
native void | getAByPK_bb (int nOps, boolean batch) |
native void | getB0ByPK_bb (int nOps, boolean batch) |
native void | getAByPK_ar (int nOps, boolean batch) |
native void | getB0ByPK_ar (int nOps, boolean batch) |
native void | setVarbinary (int nOps, boolean batch, int length) |
native void | getVarbinary (int nOps, boolean batch, int length) |
native void | setVarchar (int nOps, boolean batch, int length) |
native void | getVarchar (int nOps, boolean batch, int length) |
native void | setB0ToA (int nOps, boolean batch) |
native void | navB0ToA (int nOps, boolean batch) |
native void | navB0ToAalt (int nOps, boolean batch) |
native void | navAToB0 (int nOps, boolean batch) |
native void | navAToB0alt (int nOps, boolean batch) |
native void | nullB0ToA (int nOps, boolean batch) |
void | initOperations () |
void | closeOperations () |
native void | initConnection (String catalog, String schema, int defaultLockMode) |
void | initConnection () |
native void | closeConnection () |
native void | clearData () |
void | clearPersistenceContext () throws Exception |
void | printProperties () |
void | init () throws Exception |
void | close () throws Exception |
void | runTests () throws Exception |
void | runLoads () throws Exception |
void | runLoad () throws Exception |
void | runSeries (int nOps) throws Exception |
void | runLoad (int nOps) throws Exception |
void | runSequence (int nOps) throws Exception |
void | runOperation (Op op, int nOps) throws Exception |
void | appendError (String where) |
void | reportErrors () |
final void | verify (String where, int exp, int act) |
void | initConnections () throws Exception |
void | closeConnections () throws Exception |
boolean | parseBoolean (String k, boolean vdefault) |
int | parseInt (String k, int vdefault) |
void | writeProperties (String fileName) |
void | clearLogBuffers () |
void | writeLogBuffers (String descr) |
void | begin (String name) |
void | finish (String name) |
Additional Inherited Members |
| Driver () |
void | run () |
String | mgmdConnect |
String | catalog |
String | schema |
static final String | string1 = myString(1) |
static final String | string2 = myString(2) |
static final String | string3 = myString(3) |
static final String | string4 = myString(4) |
static final String | string5 = myString(5) |
static final String | string6 = myString(6) |
static final String | string7 = myString(7) |
static final byte[] | bytes1 = myBytes(string1) |
static final byte[] | bytes2 = myBytes(string2) |
static final byte[] | bytes3 = myBytes(string3) |
static final byte[] | bytes4 = myBytes(string4) |
static final byte[] | bytes5 = myBytes(string5) |
static final byte[] | bytes6 = myBytes(string6) |
static final byte[] | bytes7 = myBytes(string7) |
static final String[] | strings = { string1, string2, string3, string4, string5, string6, string7 } |
static final byte[][] | bytes = { bytes1, bytes2, bytes3, bytes4, bytes5, bytes6, bytes7 } |
Definition at line 22 of file NdbApiLoad.java.