|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileDriver
Implement this interface in order to create a H2Table in your
TableEngine implementation.
How to use:
FileEngineFileEngine implementation into the DriverManager
| Method Summary | |
|---|---|
void |
close()
Close the file, free resources. |
Object[] |
getRow(long rowId)
|
long |
getRowCount()
|
void |
insertRow(Object[] values)
Insert values to the current row |
| Method Detail |
|---|
long getRowCount()
void close()
throws IOException
IOException
Object[] getRow(long rowId)
throws IOException
rowId - Row index [0-getRowCount()[
IOException - Read error
void insertRow(Object[] values)
throws IOException
values -
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||