Author: tmnk
Date: Thu Sep 29 04:10:19 2005
New Revision: 292415
URL: http://svn.apache.org/viewcvs?rev=292415&view=rev
Log:
DERBY-525 - getAsciiStreamshould replace non-ASCII characters with 0x3f, '?' to match embedded
- Patch by Tomohito Nakayama (tomonaka@basil.ocn.ne.jp)
Modified:
db/derby/site/trunk/src/documentation/content/xdocs/papers/JDBCImplementation.html
Modified: db/derby/site/trunk/src/documentation/content/xdocs/papers/JDBCImplementation.html
URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/src/documentation/content/xdocs/papers/JDBCImplementation.html?rev=292415&r1=292414&r2=292415&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/papers/JDBCImplementation.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/papers/JDBCImplementation.html Thu
Sep 29 04:10:19 2005
@@ -99,6 +99,10 @@
column if the BLOB value is not NULL. If the BLOB value is NULL then
null is returned.</P>
</UL>
+<P>
+This method is not recommended to use in Derby. <BR>
+Because Derby handles characters as unicode internally , there is no advantage in using this
method .
+</P>
<H2>GetBinaryStream()</H2>
<P>Extensions</P>
<P>On Types.BLOB columns returns a stream with identical contents to
|