Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 30596 invoked from network); 15 May 2007 09:45:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2007 09:45:38 -0000 Received: (qmail 4006 invoked by uid 500); 15 May 2007 09:45:44 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 3966 invoked by uid 500); 15 May 2007 09:45:43 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 3957 invoked by uid 99); 15 May 2007 09:45:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 02:45:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 02:45:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4A952714068 for ; Tue, 15 May 2007 02:45:16 -0700 (PDT) Message-ID: <15093853.1179222316286.JavaMail.jira@brutus> Date: Tue, 15 May 2007 02:45:16 -0700 (PDT) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Reopened: (DERBY-1147) Implement miscellaneous CallableStatement methods added by JDBC4 In-Reply-To: <750783228.1143160399655.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan reopened DERBY-1147: ------------------------------------ Reopening to set fix version. > Implement miscellaneous CallableStatement methods added by JDBC4 > ---------------------------------------------------------------- > > Key: DERBY-1147 > URL: https://issues.apache.org/jira/browse/DERBY-1147 > Project: Derby > Issue Type: Improvement > Components: JDBC > Affects Versions: 10.2.1.6 > Reporter: Rick Hillegas > Assigned To: Kristian Waagan > Fix For: 10.2.1.6 > > Attachments: derby-1147-1a-missing-methods.diff, derby-1147-1a-missing-methods.stat, derby-1147-2a-getcharacterstream.diff, derby-1147-2a-getcharacterstream.stat, derby-1147-2b-getcharacterstream.diff, derby-1147-2b-getcharacterstream.stat > > > These are described in the overview section 3.1 of the JDBC4 spec: > "Added the methods getRowId, setRowId, getNClob, getNString, > getCharacterStream, getNCharacterStream, setNString, > setNCharacterStream, setNClob, getSQLXML, setSQLXML. > Overloaded the setClob and setBlob methods." > Most of these methods will throw SQLFeatureNotSupporteException because our client drivers do not support the ROWID, National String, and XML datatypes. However, we should implement the getCharacterStream() method and the setClob() and setBlob() overloads. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.