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_invoice_order'); $tMap->setPhpName('KataoSupplierInvoiceOrder'); $tMap->setUseIdGenerator(false); $tMap->addForeignPrimaryKey('KATAO_SUPPLIER_INVOICE_ID', 'KataoSupplierInvoiceId', 'int' , CreoleTypes::INTEGER, 'katao_supplier_invoice', 'ID', true, null); $tMap->addForeignPrimaryKey('KATAO_ORDER_ID', 'KataoOrderId', 'int' , CreoleTypes::INTEGER, 'katao_order', 'ID', true, null); } // doBuild() } // KataoSupplierInvoiceOrderMapBuilder