public abstract class RowFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static RowFactory |
DEFAULT
Default implementation of row factory.
|
| Constructor and Description |
|---|
RowFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract Row |
createRow(Value[] data,
int memory)
Create new row.
|
public static final RowFactory DEFAULT