home *** CD-ROM | disk | FTP | other *** search
- # Template @(#)proj_createind.dbt 1.13 09 Apr 1996
- # Copyright 1995 Westmount Technology
- #
- ~[invoke db_util];
-
- # Can't use ddl commands within transaction. This script is always
- # invoked from within a transaction, so commit current transaction.
- #
- commit tran;
-
- #
- # Create indices on tables
- #
- ~[createIndex roleright 1] ( c_object );
- ~[createIndex cnfphlink 1] ( c_configv );
- ~[createIndex phsyslink 1] ( c_phasev );
- ~[createIndex sysfilink 1] ( c_systemv );
- ~[createIndex sysfilink 2] ( c_file );
- ~[createIndex sysfilink 3] ( c_filev );
- ~[createIndex configv 1] ( c_object );
- ~[createIndex phasev 1] ( c_object );
- ~[createIndex systemv 1] ( c_object );
- ~[createIndex groupv 1] ( c_object );
- ~[createIndex filev 1] ( c_object );
- ~[createClusteredIndex item 1] ( c_qualifier );
- ~[createIndex item 2] ( c_name );
- ~[createIndex item 3] ( c_type );
- ~[createClusteredIndex wrkitem 1] ( c_owner );
- ~[createIndex wrkitem 2] ( c_item );
- ~[createIndex wrkitem 3] ( c_scope );
- ~[createClusteredIndex compitr 1] ( c_diagram );
- ~[createIndex compitr 2] ( c_item );
- ~[createIndex compitr 3] ( c_label );
- ~[createIndex compitr 4] ( c_component );
- ~[createIndex compitr 5] ( c_labeltype );
- ~[createClusteredIndex propval 1] ( c_diagram );
- ~[createIndex propval 2] ( c_object );
- ~[createClusteredIndex propitr 1] ( c_object );
- ~[createIndex propitr 2] ( c_property );
- ~[createClusteredIndex label 1] ( c_diagram );
- ~[createIndex label 2] ( c_component );
- ~[createIndex label 3] ( c_type );
- ~[createClusteredIndex node 1] ( c_diagram );
- ~[createIndex node 2] ( c_type );
- ~[createClusteredIndex cono 1] ( c_diagram );
- ~[createIndex cono 2] ( c_type );
- ~[createIndex cono 3] ( c_from );
- ~[createClusteredIndex conn 1] ( c_diagram );
- ~[createIndex conn 2] ( c_type );
- ~[createIndex conn 3] ( c_from );
- ~[createIndex conn 4] ( c_to );
- ~[createClusteredIndex segment 1] ( c_diagram );
- ~[createIndex segment 2] ( c_connector );
- ~[createIndex segment 3] ( c_previous );
- ~[createIndex segment 4] ( c_next );
- ~[createClusteredIndex row 1] ( c_diagram );
- ~[createClusteredIndex cell 1] ( c_diagram );
- ~[createIndex cell 2] ( c_row );
-
- begin tran;
-