CREATE_INDEX
Messages with __TYPE=3 (XlaConstants.CREATE_INDEX) indicate that an index has been created.
Table 6-5 shows the name/value pairs that are in a MapMessage instance generated for a CREATE_INDEX operation.
Table 6-5 CREATE_INDEX Data Provided in Update Messages
| Name | Value |
|---|---|
|
|
String value of the owner of the table on which the index was created |
|
|
String value of the name of the table on which the index was created |
|
|
String value of the name of the created index |
|
|
String value representing the index type: "P" (primary key), "F" (foreign key), or "R" (regular) |
|
|
String value representing the index method: "H" (hash), "T" (range), or "B" (bit map) |
|
|
Boolean value indicating whether the index is unique |
|
|
Integer value representing the number of pages in a hash index (not specified for range indexes) |
|
|
String value describing the columns in the index Format: <col1name>[;<col2name> [;<col3name>[;...]]] |