Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 2614 invoked from network); 3 Oct 2006 14:24:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Oct 2006 14:24:20 -0000 Received: (qmail 70818 invoked by uid 500); 3 Oct 2006 14:24:20 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 70798 invoked by uid 500); 3 Oct 2006 14:24:20 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 70787 invoked by uid 99); 3 Oct 2006 14:24:20 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Oct 2006 07:24:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [192.87.106.226] ([192.87.106.226:38312] helo=ajax.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 42/40-08153-29272254 for ; Tue, 03 Oct 2006 07:24:18 -0700 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 5C7F76ACAA for ; Tue, 3 Oct 2006 15:24:15 +0100 (BST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Tue, 03 Oct 2006 14:24:15 -0000 Message-ID: <20061003142415.9376.41966@ajax.apache.org> Subject: [Db-derby Wiki] Update of "LobLimitsTestCoverage" by narayanan X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by narayanan: http://wiki.apache.org/db-derby/LobLimitsTestCoverage New page: Original test: largedata/LobLimits.java [[BR]] New test: largedata/LobLimitsTest.junit [[BR]] [[BR]] [[BR]] ||<-3> ||<-3> Lob size || || || ||<-3> || Small (<=10K) || Medium(<200M) || Large(>200M) || Embedded || Client || ||<-8>java.sql.Clob || || || long || length() || || || || || || ||<-8>java.sql.Blob || || || long || length() || || || || || || ||<-8> java.sql.ResultSet || || || Blob || getBlob(int columnIndex) || || || || || || || || Clob || getClob(int columnIndex) || || || || || || ||<-8> java.sql.PreparedStatement || || || void || setBinaryStream(int parameterIndex, InputStream x, int length) || || B || B || || || || || void || setCharacterStream(int parameterIndex, Reader reader, int length) || || C || C || || || [[BR]] [[BR]] B - Blob[[BR]] C - Clob[[BR]]