Details
Description
Derby objects if you try to declare a function or procedure with an argument whose type is BLOB or CLOB. These kinds of arguments are allowed in the SQL standard and the matching Java types are java.sql.Blob and java.sql.Clob. See the SignatureMatching.html summary attached to DERBY-3652.
We should lift this restriction and allow functions and procedures to take large object arguments.
Attachments
Attachments
Issue Links
- is blocked by
-
DERBY-4754 SQLClob.getObject() should always return a java.sql.Clob
- Closed
-
DERBY-4959 NPE in network server trying to return a null LOB as a procedure output arg
- Closed
- relates to
-
DERBY-3652 Derby does not follow the SQL Standard when trying to map SQL routines to Java methods.
- Closed