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.Locationpublic 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
IOExceptionpublic RowIdImpl getHeaderRowId()
public int getRowsOnHeaderPage()
public String toString()
ErrorHandler.LocationtoString in interface ErrorHandler.LocationtoString in class ObjectCopyright © 2005–2023 OpenHMS. All rights reserved.