public class TSVRead
extends org.h2gis.api.AbstractFunction
implements org.h2gis.api.ScalarFunction
| Constructor and Description |
|---|
TSVRead() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static void |
readTSV(Connection connection,
String fileName)
Copy data from TSV File into a new table in specified connection.
|
static void |
readTSV(Connection connection,
String fileName,
String tableReference)
Copy data from TSV File into a new table in specified connection.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
getJavaStaticMethod in interface org.h2gis.api.ScalarFunctionpublic static void readTSV(Connection connection, String fileName, String tableReference) throws SQLException, FileNotFoundException, IOException
connection - fileName - tableReference - SQLExceptionFileNotFoundExceptionIOExceptionpublic static void readTSV(Connection connection, String fileName) throws IOException, SQLException
connection - fileName - IOExceptionSQLExceptionCopyright © 2019 CNRS. All rights reserved.