Static Public Member Functions |
static native NdbDictionary | create () |
static native void | delete (NdbDictionary p0) |
static final native int | getRecordType (NdbRecordConst record) |
static final native String | getRecordTableName (NdbRecordConst record) |
static final native String | getRecordIndexName (NdbRecordConst record) |
static final native boolean | getFirstAttrId (NdbRecordConst record, int[] firstAttrId) |
static final native boolean | getNextAttrId (NdbRecordConst record, int[] attrId) |
static final native boolean | getOffset (NdbRecordConst record, int attrId, int[] offset) |
static final native boolean | getNullBitOffset (NdbRecordConst record, int attrId, int[] nullbit_byte_offset, int[] nullbit_bit_in_byte) |
static final native String | getValuePtr (NdbRecordConst record, String row, int attrId) |
static final native boolean | isNull (NdbRecordConst record, String row, int attrId) |
static final native int | setNull (NdbRecordConst record, ByteBuffer row, int attrId, boolean value) |
static final native int | getRecordRowLength (NdbRecordConst record) |
Detailed Description
Definition at line 28 of file NdbDictionary.java.
The documentation for this class was generated from the following file: