949950951952953954955956957958959
Iterator subItr = table.getForeignKeyIterator(); while ( subItr.hasNext() ) { ForeignKey fk = (ForeignKey) subItr.next(); if ( fk.isPhysicalConstraint() ) { script.add( fk.sqlDropString( dialect, defaultCatalog, defaultSchema ) );
787788789790791792793794795796797
Iterator subIter = table.getForeignKeyIterator(); while ( subIter.hasNext() ) { ForeignKey fk = (ForeignKey) subIter.next(); if ( fk.isPhysicalConstraint() ) { script.add( fk.sqlDropString( dialect, defaultCatalog, defaultSchema ) );
859860861862863864865866867868869
10251026102710281029103010311032103310341035
964965966967968969970971972973974
824825826827828829830831832833834
810811812813814815816817818819820
783784785786787788789790791792793
995996997998999100010011002100310041005
950951952953954955956957958959960