final class FreePhysicalRowId extends PhysicalRowId
| Modifier and Type | Field and Description |
|---|---|
private static short |
O_SIZE |
(package private) static short |
SIZE |
block, pos| Constructor and Description |
|---|
FreePhysicalRowId(BlockIo block,
short pos)
Constructs a physical rowid from the indicated data starting at
the indicated position.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
getSize()
Returns the size
|
(package private) void |
setSize(int value)
Sets the size
|
getBlock, getOffset, setBlock, setOffsetprivate static final short O_SIZE
static final short SIZE
FreePhysicalRowId(BlockIo block, short pos)