Add vacuous implementations for Connection.createStruct() and 
Connection.createArray()
--------------------------------------------------------------------------------------

         Key: DERBY-1238
         URL: http://issues.apache.org/jira/browse/DERBY-1238
     Project: Derby
        Type: New Feature

  Components: JDBC  
    Versions: 10.2.0.0    
    Reporter: Rick Hillegas
     Fix For: 10.2.0.0


An upcoming rev of jdk16 will require that we add vacuous implementations of 
the following new methods in Connection. We can just raise 
SQLFeatureNotSupported because Derby does not support Array or Struct types:

Array createArray() throws SQLException;
Struct createStruct() throws SQLException;


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to