You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2010/09/09 11:46:56 UTC

[Db-derby Wiki] Update of "JDBCSupport" by KristianWaagan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The "JDBCSupport" page has been changed by KristianWaagan.
The comment on this change is: CallableStatement.get[BC]lob(int) went in with DERBY-2201. setNull(int,int,String) is also implemented now..
http://wiki.apache.org/db-derby/JDBCSupport?action=diff&rev1=12&rev2=13

--------------------------------------------------

  ||!CallableStatement||getArray(int)||<#FF9900>B||<#FF9900>B|| || ||
  || ||getArray(String)||<#FF9900>A - B||<#FF9900>A - B|| ||~-'''Bogus implementation on client'''-~||
  || ||getBigDecimal(String)||<#FF9900>A||<#FF9900>A|| || ||
- || ||getBlob(int)||<#FF0000>Unsupported||<#00FF00>Supported|| || ||
  || ||getBlob(String)||<#FF9900>A||<#FF9900>A|| || ||
  || ||getBoolean(String)||<#FF9900>A||<#FF9900>A|| || ||
  || ||getByte(String)||<#FF9900>A||<#FF9900>A|| || ||
  || ||getBytes(String)||<#FF9900>A||<#FF9900>A|| || ||
  || ||getCharacterStream(String)||<#FF9900>A||<#FF9900>A|| || ||
- || ||getClob(int)||<#FF0000>Unsupported||<#00FF00>Supported||~-[[http://issues.apache.org/jira/browse/DERBY-1286|DERBY-1286]]-~|| ||
  || ||getClob(String)||<#FF9900>A||<#FF9900>A|| || ||
  || ||getDate(String)||<#FF9900>A||<#FF9900>A|| || ||
  || ||getDate(String,java.util.Calendar)||<#FF9900>A||<#FF9900>A|| || ||
@@ -123, +121 @@

  || ||setNClob(int,java.io.Reader,long)||<#FF9900>B||<#FF9900>B|| || ||
  || ||setNClob(int,java.sql.NClob)||<#FF9900>B||<#FF9900>B|| || ||
  || ||setNString(int,String)||<#FF9900>B||<#FF9900>B|| || ||
- || ||setNull(int,int,String)||<#FF0000>Unsupported||<#00FF00>Supported||~-[[http://issues.apache.org/jira/browse/DERBY-1493|DERBY-1493]]-~ || ||
  || ||setRef(int,java.sql.Ref)||<#FF9900>B||<#FF9900>B|| || ||
  || ||setRowId(int,java.sql.!RowId)||<#FF9900>B||<#FF9900>B|| || ||
  || ||setSQLXML(int,java.sql.SQLXML)||<#FF9900>B||<#FF9900>B|| || ||