public class DBFWrite
extends org.h2gis.api.AbstractFunction
implements org.h2gis.api.ScalarFunction
| Constructor and Description |
|---|
DBFWrite() |
| Modifier and Type | Method and Description |
|---|---|
static void |
exportTable(Connection connection,
String fileName,
String tableReference) |
static void |
exportTable(Connection connection,
String fileName,
String tableReference,
String encoding) |
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
getJavaStaticMethod in interface org.h2gis.api.ScalarFunctionpublic static void exportTable(Connection connection, String fileName, String tableReference) throws IOException, SQLException
IOExceptionSQLExceptionpublic static void exportTable(Connection connection, String fileName, String tableReference, String encoding) throws IOException, SQLException
IOExceptionSQLExceptionCopyright © 2019 CNRS. All rights reserved.