public final class TableImpl.RowState extends Object implements ErrorHandler.Location
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
getErrorHandler() |
RowIdImpl |
getFinalRowId() |
RowIdImpl |
getHeaderRowId() |
NullMask |
getNullMask(ByteBuffer rowBuffer) |
Object[] |
getRowCacheValues() |
int |
getRowsOnHeaderPage() |
TableImpl |
getTable() |
boolean |
isAtFinalRow() |
boolean |
isAtHeaderRow() |
boolean |
isDeleted() |
boolean |
isHeaderPageNumberValid() |
boolean |
isHeaderRowNumberValid() |
boolean |
isOverflow() |
boolean |
isUpToDate() |
boolean |
isValid() |
void |
reset() |
void |
setErrorHandler(ErrorHandler newErrorHandler) |
String |
toString()
Contains details about the errored row, useful for debugging.
|
public TableImpl getTable()
getTable
in interface ErrorHandler.Location
public ErrorHandler getErrorHandler()
public void setErrorHandler(ErrorHandler newErrorHandler)
public void reset()
public boolean isUpToDate()
public RowIdImpl getFinalRowId()
public boolean isValid()
public boolean isDeleted()
public boolean isOverflow()
public boolean isHeaderPageNumberValid()
public boolean isHeaderRowNumberValid()
public boolean isAtHeaderRow()
public boolean isAtFinalRow()
public Object[] getRowCacheValues()
public NullMask getNullMask(ByteBuffer rowBuffer) throws IOException
IOException
public RowIdImpl getHeaderRowId()
public int getRowsOnHeaderPage()
public String toString()
ErrorHandler.Location
toString
in interface ErrorHandler.Location
toString
in class Object
Copyright © 2005–2024 OpenHMS. All rights reserved.