Gets an array of column indexes indicating the columns that should be returned from the inserted row or rows. @return An array of column indexes.
()
| 560 | * @return An array of column indexes. |
| 561 | */ |
| 562 | public int[] getColumnIndexes() { |
| 563 | return clone(columnIndexes); |
| 564 | } |
| 565 | |
| 566 | /** |
| 567 | * Gets an array of column names indicating the columns that should be returned from the inserted row or rows. |