Wording improvement of Table for streaming columns in reference manual
-----------------------------------------------------------------------
Key: DERBY-2971
URL: https://issues.apache.org/jira/browse/DERBY-2971
Project: Derby
Issue Type: Bug
Environment:
http://db.apache.org/derby/docs/dev/ref/rrefjavsqlprst.html
Reporter: Tomohito Nakayama
Priority: Minor
"Table 1. Streamable JDBC Data Types" in "Prepared statements and streaming
columns" have columns named as
"Column Values" and "Type Correspondent"
Values for former column are as below.
CLOB
CHAR
VARCHAR
LONGVARCHAR
BINARY
BLOB
VARBINARY
LONGVARBINARY
I think this should be "Database Type of Column".
Values for latter column are as below.
java.sql.Clob
java.sql.Blob
I think this should be "Java Type Correspondent".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.