diff options
author | Barry Lind | 2001-11-29 18:15:33 +0000 |
---|---|---|
committer | Barry Lind | 2001-11-29 18:15:33 +0000 |
commit | 7379502f8a3a824819029d563ca93a7636fa0f24 (patch) | |
tree | 30db31060a08c53e3ab664d97920bf90b1713c27 | |
parent | d5aa0dc8dba404af53b6ac30f20155fcc75e63f6 (diff) |
added CallableStatement support to jdbc todo
-rw-r--r-- | doc/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |