Class AbstractTypeExporter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected CityGMLExportManager exporter  
      protected org.citydb.sqlbuilder.select.Select select  
      protected org.citydb.sqlbuilder.schema.Table table  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.List<org.citydb.sqlbuilder.schema.Table> addJoinsToADEHookTables​(TableEnum type, org.citydb.sqlbuilder.schema.Table fromTable)  
      protected java.util.List<java.lang.String> retrieveADEHookTables​(java.util.List<org.citydb.sqlbuilder.schema.Table> tables, java.sql.ResultSet rs)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.citydb.citygml.exporter.database.content.DBExporter

        close
    • Field Detail

      • table

        protected org.citydb.sqlbuilder.schema.Table table
      • select

        protected org.citydb.sqlbuilder.select.Select select
    • Method Detail

      • addJoinsToADEHookTables

        protected java.util.List<org.citydb.sqlbuilder.schema.Table> addJoinsToADEHookTables​(TableEnum type,
                                                                                             org.citydb.sqlbuilder.schema.Table fromTable)
      • retrieveADEHookTables

        protected java.util.List<java.lang.String> retrieveADEHookTables​(java.util.List<org.citydb.sqlbuilder.schema.Table> tables,
                                                                         java.sql.ResultSet rs)
                                                                  throws java.sql.SQLException
        Throws:
        java.sql.SQLException