982983984985986987988989990991992
Iterator subItr = table.getForeignKeyIterator(); while ( subItr.hasNext() ) { ForeignKey fk = (ForeignKey) subItr.next(); if ( fk.isPhysicalConstraint() ) { script.add( fk.sqlDropString( dialect, defaultCatalog, defaultSchema ) );
954955956957958959960961962963964
855856857858859860861862863864865
Iterator subIter = table.getForeignKeyIterator(); while ( subIter.hasNext() ) { ForeignKey fk = (ForeignKey) subIter.next(); if ( fk.isPhysicalConstraint() ) { script.add( fk.sqlDropString( dialect, defaultCatalog, defaultSchema ) );
995996997998999100010011002100310041005
964965966967968969970971972973974
777778779780781782783784785786787
824825826827828829830831832833834
10631064106510661067106810691070107110721073