dbMap !== null); } /** * Gets the databasemap this map builder built. * * @return the databasemap */ public function getDatabaseMap() { return $this->dbMap; } /** * The doBuild() method builds the DatabaseMap * * @return void * @throws PropelException */ public function doBuild() { $this->dbMap = Propel::getDatabaseMap('propel'); $tMap = $this->dbMap->addTable('katao_supplier_node'); $tMap->setPhpName('KataoSupplierNode'); $tMap->setUseIdGenerator(false); $tMap->addForeignPrimaryKey('KATAO_SUPPLIER_ID', 'KataoSupplierId', 'int' , CreoleTypes::INTEGER, 'katao_supplier', 'ID', true, null); $tMap->addForeignPrimaryKey('KATAO_NODE_ID', 'KataoNodeId', 'int' , CreoleTypes::INTEGER, 'katao_node', 'ID', true, null); } // doBuild() } // KataoSupplierNodeMapBuilder