|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.result.RowFactory
public abstract class RowFactory
Creates rows.
| Field Summary | |
|---|---|
static RowFactory |
DEFAULT
Default implementation of row factory. |
| Constructor Summary | |
|---|---|
RowFactory()
|
|
| Method Summary | |
|---|---|
abstract Row |
createRow(Value[] data,
int memory)
Create new row. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final RowFactory DEFAULT
| Constructor Detail |
|---|
public RowFactory()
| Method Detail |
|---|
public abstract Row createRow(Value[] data,
int memory)
data - the valuesmemory - whether the row is in memory
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||