added CallableStatement support to jdbc todo

This commit is contained in:
Barry Lind 2001-11-29 18:15:33 +00:00
parent d5aa0dc8db
commit 7379502f8a
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ CLIENTS
o Fix LargeObject API to handle OIDs as unsigned ints
o Implement cancel() method on Statement
o Use cursors implicitly to avoid large results (see setCursorName())
o Add support for CallableStatements
* ECPG
o Implement set descriptor, using descriptor
o Make casts work in variable initializations