Description
To ease maintainability and legibility of client programs, it would be
nice if callers of SYSCS_IMPORT_DATA_BULK (and possibly also
SYSCS_IMPORT_DATA) could refer to columns in the COLUMNINDEXES
argument by column NAME, as well as by index NUMBER.
So, for example, a valid COLUMNINDEXES specification might be:
'1,3,LastName,FirstName,7'
Attachments
Attachments
Issue Links
- is depended upon by
-
DERBY-6870 Google Summer of Code 2016: Derby bug fixing
- Resolved