Gets an array of column names indicating the columns that should be returned from the inserted row or rows. @return An array of column names.
()
| 569 | * @return An array of column names. |
| 570 | */ |
| 571 | public String[] getColumnNames() { |
| 572 | return clone(columnNames); |
| 573 | } |
| 574 | |
| 575 | /** |
| 576 | * Gets the result set concurrency type; one of {@link ResultSet#CONCUR_READ_ONLY} or |