| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Field and Description |
|---|---|
private NullMask |
TableImpl.RowState._nullMask
null mask for the last row
|
| Modifier and Type | Method and Description |
|---|---|
NullMask |
TableImpl.RowState.getNullMask(java.nio.ByteBuffer rowBuffer) |
private NullMask |
TableImpl.getRowNullMask(java.nio.ByteBuffer rowBuffer)
Reads the null mask from the given row buffer.
|
| Modifier and Type | Method and Description |
|---|---|
private static short[] |
TableImpl.readJumpTableVarColOffsets(TableImpl.RowState rowState,
java.nio.ByteBuffer rowBuffer,
int rowStart,
NullMask nullMask) |