Class DBXlinkImporterTextureFile
- java.lang.Object
-
- org.citydb.citygml.importer.database.xlink.importer.DBXlinkImporterTextureFile
-
- All Implemented Interfaces:
DBXlinkImporter
public class DBXlinkImporterTextureFile extends java.lang.Object implements DBXlinkImporter
-
-
Constructor Summary
Constructors Constructor Description DBXlinkImporterTextureFile(CacheTable tempTable, DBXlinkImporterManager xlinkImporterManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
executeBatch()
DBXlinkImporterEnum
getDBXlinkImporterType()
boolean
insert(DBXlinkTextureFile xlinkEntry)
-
-
-
Constructor Detail
-
DBXlinkImporterTextureFile
public DBXlinkImporterTextureFile(CacheTable tempTable, DBXlinkImporterManager xlinkImporterManager) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-
Method Detail
-
insert
public boolean insert(DBXlinkTextureFile xlinkEntry) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
executeBatch
public void executeBatch() throws java.sql.SQLException
- Specified by:
executeBatch
in interfaceDBXlinkImporter
- Throws:
java.sql.SQLException
-
close
public void close() throws java.sql.SQLException
- Specified by:
close
in interfaceDBXlinkImporter
- Throws:
java.sql.SQLException
-
getDBXlinkImporterType
public DBXlinkImporterEnum getDBXlinkImporterType()
- Specified by:
getDBXlinkImporterType
in interfaceDBXlinkImporter
-
-