public class SHPEngine extends FileEngine<SHPDriver>
| Constructor and Description |
|---|
SHPEngine() |
| Modifier and Type | Method and Description |
|---|---|
protected SHPDriver |
createDriver(File filePath,
List<String> args)
Create the driver instance using the file name and additional arguments provided in SQL create table request.
|
protected void |
feedCreateTableData(SHPDriver driver,
org.h2.command.ddl.CreateTableData data)
Add columns definition of the file into the CreateTableData instance.
|
createTable, getUniqueColumnNameprotected SHPDriver createDriver(File filePath, List<String> args) throws IOException
FileEnginecreateDriver in class FileEngine<SHPDriver>filePath - First argument, file nameargs - Additional argument, contains the file name as first argumentIOExceptionprotected void feedCreateTableData(SHPDriver driver, org.h2.command.ddl.CreateTableData data) throws IOException
FileEnginefeedCreateTableData in class FileEngine<SHPDriver>driver - driver objectdata - Data to initialiseIOExceptionCopyright © 2019 CNRS. All rights reserved.