The Artima Developer Community
Sponsored Link

Java Buzz Forum
Using iBatis with a stored function returning a ROWTYPE

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
IT-eye weblog

Posts: 884
Nickname: iteye
Registered: Jul, 2005

IT-eye weblog is a blog about Java and Oracle technology
Using iBatis with a stored function returning a ROWTYPE Posted: Jul 15, 2008 2:08 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by IT-eye weblog.
Original Post: Using iBatis with a stored function returning a ROWTYPE
Feed Title: IT-eye Weblog
Feed URL: http://www.it-eye.nl/weblog/feed/
Feed Description: Where Oracle meets Java
Latest Java Buzz Posts
Latest Java Buzz Posts by IT-eye weblog
Latest Posts From IT-eye Weblog

Advertisement
Here the next part in our Using iBatis with Oracle series: a simple way to deal with ROWTYPE return parameters. JDBC doesn’t support %ROWTYPE types, but using some lines of plsql code in your iBatis sqlMap you can cast the ROWTYPE parameter to normal types. Here’s the plsql function return a ROWTYPE value: function get_employee_row_by_id ( [...]

Read: Using iBatis with a stored function returning a ROWTYPE

Topic: FriendFeed Favors 9 Elites To Gain Maximum Followers? Previous Topic   Next Topic Topic: Yahoo Enters Merger Talks With Time-Warner

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use