864865866867868869870871872873874
Iterator subIter = table.getForeignKeyIterator(); while ( subIter.hasNext() ) { ForeignKey fk = (ForeignKey) subIter.next(); if ( fk.isPhysicalConstraint() ) { script.add( fk.sqlDropString( dialect, defaultCatalog, defaultSchema ) );
955956957958959960961962963964965
Iterator subItr = table.getForeignKeyIterator(); while ( subItr.hasNext() ) { ForeignKey fk = (ForeignKey) subItr.next(); if ( fk.isPhysicalConstraint() ) { script.add( fk.sqlDropString( dialect, defaultCatalog, defaultSchema ) );
954955956957958959960961962963964
957958959960961962963964965966967
958959960961962963964965966967968
962963964965966967968969970971972
777778779780781782783784785786787
970971972973974975976977978979980