Properties' Details
|
- Name
-  
[ readonly ] string Name;
- Description
- is the name of the index.
|
- Catalog
-  
[ readonly ] string Catalog;
- Description
- is the name of the index catalog, may be empty.
|
- IsUnique
-  
[ readonly ] boolean IsUnique;
- Description
- indicates that the index allow only unique values.
|
- IsPrimaryKeyIndex
-  
[ readonly ] boolean IsPrimaryKeyIndex;
- Description
- indicates that the index is used for the primary key.
|
- IsClustered
-  
[ readonly ] boolean IsClustered;
- Description
- indicates that the index is clustered.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.