| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Method and Description |
|---|---|
private static RowImpl |
TableImpl.getRow(JetFormat format,
TableImpl.RowState rowState,
java.nio.ByteBuffer rowBuffer,
java.util.Collection<ColumnImpl> columns,
java.util.Collection<java.lang.String> columnNames)
Reads the row data from the given row buffer.
|
RowImpl |
TableImpl.getRow(TableImpl.RowState rowState,
RowIdImpl rowId,
java.util.Collection<java.lang.String> columnNames)
Reads some columns from the given row.
|