Data Structures | Namespaces | Enumerations
/home/martin/workspace/OpenStreetNav/src/osmdb/ImportTableProcessor.h File Reference
#include "OsmDatabase.h"
#include <boost/signal.hpp>

Go to the source code of this file.

Data Structures

class  osmdb::AllImportActions
class  osmdb::ImportTableProcessor
 Class responsible for moving of data from the Import table into appropriate tables in database. More...

Namespaces

namespace  osmdb

Enumerations

enum  osmdb::ImportTableAction {
  osmdb::CREATE_IMPORT_PKEY, osmdb::CREATE_IMPORT_INDEX, osmdb::ANALYZE, osmdb::DELETE_NODE_TO_UPDATE,
  osmdb::DELETE_WAY_TO_UPDATE, osmdb::DELETE_RELATION_TO_UPDATE, osmdb::DELETE_NODE_TO_DELETE, osmdb::DELETE_WAY_TO_DELETE,
  osmdb::DELETE_RELATION_TO_DELETE, osmdb::DELETE_ORPHAN, osmdb::DELETE_DUPLICIT_NODE, osmdb::DELETE_DUPLICIT_WAY,
  osmdb::DELETE_DUPLICIT_RELATION, osmdb::DELETE_INCOMPLETE_WAY, osmdb::DELETE_INCOMPLETE_RELATION, osmdb::DELETE_IMPORT_ORPHANS,
  osmdb::IMPORT_NODE, osmdb::IMPORT_WAY, osmdb::IMPORT_RELATION, osmdb::IMPORT_NODE_ATTR,
  osmdb::IMPORT_WAY_ATTR, osmdb::IMPORT_REL_ATTR, osmdb::IMPORT_WAY_NODE, osmdb::IMPORT_MEMBER_NODE,
  osmdb::IMPORT_MEMBER_WAY, osmdb::IMPORT_MEMBER_REL, osmdb::IMPORT_EDGES, osmdb::CLEAR_IMPORT,
  osmdb::DELETE_DUPLICIT_ATTR, osmdb::DELETE_DUPLICIT_MEMBER, osmdb::DELETE_DUPLICIT_WAYNODE
}
 Actions which ImportTableProcessor can do. More...
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines