| #define SQT_INDEX_UNIQUE_2 | ( | INDEX_NAME, | |
| INSTANCE_NAME, | |||
| ... ) |
Defines an unique index with the specified names and columns.
| INDEX_NAME | The name of the index in the database. |
| INSTANCE_NAME | The name of the index instance. |
| ... | The names of the columns that form the index. An index can consist of up to 8 columns. |
This macro is similar to SQT_INDEX_2, except that it defines an unique index.
Example usage: