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