[
https://issues.apache.org/jira/browse/DERBY-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488193
]
Laura Stewart commented on DERBY-2527:
--------------------------------------
Suresh -
I see your point about the syntax. What should *ideally* appear is the syntax
followed by an explanation of each parameter. That explanation contains the
data type, lentgth, and if it is an IN, OUT, or INOUT parameter. For example:
SYSCS_UTIL.SYSCS_IMPORT_DATA(
SCHEMANAME, TABLENAME, INSERTCOLUMNS, COLUMNINDEXES, FILENAME,
COLUMNDELIMITER,
CHARACTERDELIMITER, CODESET, REPLACE)
SCHEMANAME
An IN parameter that specifies the name of the schema. This parameter must
be a VARCHAR data type with a maximum length of 128. If NULL is
specified for this parameter, the current schema is used.
TABLENAME
An IN parameter that specifies the name of the table. This parameter must be
a VARCHAR data type with a maximum length of 128.
The TABLENAME is a required parameter.
etc...
For now, I will document it using the current convention in the books, but I
will be opening a discussion about this to change it in the future. I justed
wanted to explain this to you so that you would understand my ultimate goal.
> Add documentation for import/export of LOBS and other binary data types.
> ---------------------------------------------------------------------------
>
> Key: DERBY-2527
> URL: https://issues.apache.org/jira/browse/DERBY-2527
> Project: Derby
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 10.3.0.0
> Reporter: Suresh Thalamati
> Assigned To: Laura Stewart
> Attachments: iexlobs_v1.txt
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.