public class JsonWriteDriver extends Object
| Constructor and Description |
|---|
JsonWriteDriver(Connection connection,
String tableName,
File fileName)
A JSON driver to write a table to a JSON file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(org.h2gis.api.ProgressVisitor progress)
Write a table to JSON format.
|
public JsonWriteDriver(Connection connection, String tableName, File fileName)
connection - tableName - fileName - public void write(org.h2gis.api.ProgressVisitor progress)
throws SQLException,
IOException
progress - SQLExceptionIOExceptionCopyright © 2018 CNRS. All rights reserved.