<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Pipelined table functions</title>
	<atom:link href="http://blog.mclaughlinsoftware.com/plsql-programming/pipelined-functions-plsql-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mclaughlinsoftware.com</link>
	<description>Michael McLaughlin's Technical Blog</description>
	<lastBuildDate>Sat, 13 Mar 2010 22:15:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: maclochlainn</title>
		<link>http://blog.mclaughlinsoftware.com/plsql-programming/pipelined-functions-plsql-tables/comment-page-1/#comment-17748</link>
		<dc:creator>maclochlainn</dc:creator>
		<pubDate>Mon, 08 Mar 2010 03:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?page_id=13#comment-17748</guid>
		<description>If I understood your question  correctly, I&#039;ve added a post that should help you &lt;a href=&quot;http://blog.mclaughlinsoftware.com/2010/03/07/wrap-a-cursor-function/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>If I understood your question  correctly, I&#8217;ve added a post that should help you <a href="http://blog.mclaughlinsoftware.com/2010/03/07/wrap-a-cursor-function/" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to wrap a system reference cursor and return a collection &#124; MacLochlainns Weblog</title>
		<link>http://blog.mclaughlinsoftware.com/plsql-programming/pipelined-functions-plsql-tables/comment-page-1/#comment-17747</link>
		<dc:creator>How to wrap a system reference cursor and return a collection &#124; MacLochlainns Weblog</dc:creator>
		<pubDate>Mon, 08 Mar 2010 03:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?page_id=13#comment-17747</guid>
		<description>This shows you an alternative approach to work with system reference cursors.</description>
		<content:encoded><![CDATA[<p>This shows you an alternative approach to work with system reference cursors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gauss</title>
		<link>http://blog.mclaughlinsoftware.com/plsql-programming/pipelined-functions-plsql-tables/comment-page-1/#comment-17611</link>
		<dc:creator>Gauss</dc:creator>
		<pubDate>Fri, 05 Mar 2010 23:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?page_id=13#comment-17611</guid>
		<description>I found your article very informative. However I&#039;m having trouble how to apply the concepts in an already working package.

The main function on the package outputs a ref cursor so it can be read as a result set in java. Now the problem comes as it depends on a type object defined as an sql type to return such ref cursor. This type object would have to be replaced executing it&#039;s definition (I guess) if some column types of a cursor on the package change on the future.

What I want to do taking your articles is eliminate the dependency on the sql type object and create a plsql type object from a local record on the package. Now it&#039;s impossible to return a ref cursor unless some concepts on your article are applyied.

By now, what you mean on the cursor:
SELECT   common_lookup_id
  ,        common_lookup_type
  ,        common_lookup_meaning
  FROM     common_lookup
  WHERE    common_lookup_table = UPPER(table_name)
  AND      common_lookup_column = UPPER(column_name);
I&#039;m really confused what table would be &quot;commn_lookup&quot; on my application. I&#039;m guessing the columns on this cursor are just columns on a collection which is &quot;common_lookup&quot;. But then I don&#039;t know what would be common_lookup_table and common_lookup_column as there&#039;s nothing like that defined on the structure of the collection. Would it be metadata? And how would I acces it?

And if I&#039;m lost on what I have just catched yet. What would I solve the problem previusly mentioned? Thanks!</description>
		<content:encoded><![CDATA[<p>I found your article very informative. However I&#8217;m having trouble how to apply the concepts in an already working package.</p>
<p>The main function on the package outputs a ref cursor so it can be read as a result set in java. Now the problem comes as it depends on a type object defined as an sql type to return such ref cursor. This type object would have to be replaced executing it&#8217;s definition (I guess) if some column types of a cursor on the package change on the future.</p>
<p>What I want to do taking your articles is eliminate the dependency on the sql type object and create a plsql type object from a local record on the package. Now it&#8217;s impossible to return a ref cursor unless some concepts on your article are applyied.</p>
<p>By now, what you mean on the cursor:<br />
SELECT   common_lookup_id<br />
  ,        common_lookup_type<br />
  ,        common_lookup_meaning<br />
  FROM     common_lookup<br />
  WHERE    common_lookup_table = UPPER(table_name)<br />
  AND      common_lookup_column = UPPER(column_name);<br />
I&#8217;m really confused what table would be &#8220;commn_lookup&#8221; on my application. I&#8217;m guessing the columns on this cursor are just columns on a collection which is &#8220;common_lookup&#8221;. But then I don&#8217;t know what would be common_lookup_table and common_lookup_column as there&#8217;s nothing like that defined on the structure of the collection. Would it be metadata? And how would I acces it?</p>
<p>And if I&#8217;m lost on what I have just catched yet. What would I solve the problem previusly mentioned? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: usefulinfo</title>
		<link>http://blog.mclaughlinsoftware.com/plsql-programming/pipelined-functions-plsql-tables/comment-page-1/#comment-4100</link>
		<dc:creator>usefulinfo</dc:creator>
		<pubDate>Fri, 08 May 2009 15:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?page_id=13#comment-4100</guid>
		<description>Thanks for the extremly useful info. Currently trying to understand PL/SQL tables in order to understand how one get a HTML check box values to be used in PL/SQL.</description>
		<content:encoded><![CDATA[<p>Thanks for the extremly useful info. Currently trying to understand PL/SQL tables in order to understand how one get a HTML check box values to be used in PL/SQL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hunns</title>
		<link>http://blog.mclaughlinsoftware.com/plsql-programming/pipelined-functions-plsql-tables/comment-page-1/#comment-10</link>
		<dc:creator>hunns</dc:creator>
		<pubDate>Wed, 17 Sep 2008 20:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?page_id=13#comment-10</guid>
		<description>Valuable information.
Thanks</description>
		<content:encoded><![CDATA[<p>Valuable information.<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
