public abstract class RowFactory extends 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
Copyright © 2017 JBoss by Red Hat. All rights reserved.