10631064106510661067106810691070107110721073
Iterator iter = getTableMappings(); while ( iter.hasNext() ) { Table table = (Table) iter.next(); if ( table.isPhysicalTable() ) { script.add( table.sqlCreateString( dialect, mapping, defaultCatalog, defaultSchema )
11741175117611771178117911801181118211831184
table.isQuoted() ); if ( tableInfo == null ) { script.add( table.sqlCreateString( dialect, mapping, defaultCatalog, defaultSchema )
10231024102510261027102810291030103110321033
11341135113611371138113911401141114211431144
10161017101810191020102110221023102410251026
11271128112911301131113211331134113511361137
10241025102610271028102910301031103210331034
11361137113811391140114111421143114411451146
tableCatalog, table.isQuoted() ); if ( tableInfo == null ) { script.add( table.sqlCreateString( dialect, mapping, tableCatalog, tableSchema )