public interface FileDriver
org.h2gis.drivers.file_table.H2Table in your
TableEngine implementation.
How to use:
org.h2gis.drivers.file_table.FileEngineorg.h2gis.drivers.file_table.FileEngine implementation into the org.h2gis.drivers.DriverManager| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the file, free resources.
|
Object[] |
getRow(long rowId) |
long |
getRowCount() |
void |
insertRow(Object[] values)
Insert values to the current row
|
long getRowCount()
void close()
throws IOException
IOExceptionObject[] getRow(long rowId) throws IOException
rowId - Row index [0-getRowCount()[IOException - Read errorvoid insertRow(Object[] values) throws IOException
values - IOExceptionCopyright © 2018 CNRS. All rights reserved.