Class DBXlinkImporterTextureAssociationTarget
- java.lang.Object
-
- org.citydb.citygml.importer.database.xlink.importer.DBXlinkImporterTextureAssociationTarget
-
- All Implemented Interfaces:
DBXlinkImporter
public class DBXlinkImporterTextureAssociationTarget extends java.lang.Object implements DBXlinkImporter
-
-
Constructor Summary
Constructors Constructor Description DBXlinkImporterTextureAssociationTarget(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(DBXlinkTextureAssociationTarget xlinkEntry)
-
-
-
Constructor Detail
-
DBXlinkImporterTextureAssociationTarget
public DBXlinkImporterTextureAssociationTarget(CacheTable tempTable, DBXlinkImporterManager xlinkImporterManager) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-
Method Detail
-
insert
public boolean insert(DBXlinkTextureAssociationTarget 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
-
-