Chapter 3 DBMS Resource File Reference


Script Category

The Script category contains the following kinds of items:

create index %INDEX%

These statements differ from DBMS to DBMS. For example in Oracle 9i, the index create statement contains the definition of an owner:

create [%UNIQUE%?%UNIQUE% :[%INDEXTYPE% ]]index [%QUALIFIER%]%INDEX% on [%CLUSTER%?cluster C_%TABLE%:[%TABLQUALIFIER%]%TABLE% (
   %CIDXLIST%
)]
[%OPTIONS%]

The following kinds of generation and reverse engineering statements are also available:

 


Copyright (C) 2008. Sybase Inc. All rights reserved.