Edit D:\app\Administrator\product\11.2.0\dbhome_1\apex\images\doc\ja\advnc_coll_mg.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <title>??????????????</title> <meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 5.1" /> <meta name="date" content="2009-04-14T16:11:32Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="Managing Collections" /> <meta name="relnum" content="Release 3.2" /> <meta name="partnum" content="E11947-01" /> <link rel="copyright" href="dcommon/html/cpyr.htm" title="Copyright" type="text/html" /> <link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" /> <link rel="contents" href="toc.htm" title="Contents" type="text/html" /> <link rel="up" href="preface.htm" title="Home" type="text/html" /> <link rel="up" href="advnc.htm" title="Advanced Programming Techni..." type="text/html" /> <link rel="up" href="advnc_collections.htm" title="Using Collections" type="text/html" /> <link rel="up" href="advnc_coll_mg.htm" title="Managing Collections" type="text/html" /> <link rel="prev" href="advnc_coll_merge.htm" title="Previous" type="text/html" /> <link rel="next" href="advnc_coll_clear.htm" title="Next" type="text/html" /> </head> <body> <p id="BREADCRUMBING"><a href="preface.htm" title="?????">?????</a> > <a href="advnc.htm" title="??????????????????">??????????????????</a> > <a href="advnc_collections.htm" title="??????????????">??????????????</a> > ??????????????</p> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr valign="bottom"> <td align="left"></td> <td align="center"><a href="advnc_coll_merge.htm"><img src="dcommon/gifs/leftnav.gif" alt="???" /><br /><span class="icon">???</span></a> </td> <td align="center"><a href="advnc_coll_clear.htm"><img src="dcommon/gifs/rightnav.gif" alt="?°?" /><br /><span class="icon">?°?</span></a></td> </tr> </table> <p><a id="BABBFIAA" name="BABBFIAA"></a></p> <div class="sect2"><!-- infolevel="all" infotype="General" --> <h1><a name="HTMDB25872" id="HTMDB25872"></a><a id="sthref2222" name="sthref2222"></a>??????????????</h1> <p>?????????????????????????????????????????????</p> <a id="sthref2223" name="sthref2223"></a> <p class="subhead2">??????:</p> <ul> <li> <p><a href="#CHDBCGAA">?°??????????</a></p> </li> <li> <p><a href="#CHDBGHCD">??????????????????</a></p> </li> <li> <p><a href="#CHDDHCIF">??????????????????</a></p> </li> <li> <p><a href="#CHDDADFF">?°????????????????</a></p> </li> <li> <p><a href="#CHDFFJCE">???????????????????????</a></p> </li> </ul> <a id="CHDBCGAA" name="CHDBCGAA"></a> <div class="sect3"><!-- infolevel="all" infotype="General" --> <h2><a name="HTMDB25873" id="HTMDB25873"></a>?°??????????</h2> <p>???????????????????°????????????????????<code>COLLECTION_MEMBER_COUNT</code>??????????????????????????????????????????????????????????????????????????????????</p> <pre xml:space="preserve" class="oac_no_warn"> l_count := <a id="sthref2224" name="sthref2224"></a>APEX_COLLECTION.COLLECTION_MEMBER_COUNT ( p_collection_name => collection name ); </pre></div> <!-- class="sect3" --> <a id="CHDBGHCD" name="CHDBGHCD"></a> <div class="sect3"><!-- infolevel="all" infotype="General" --> <h2><a name="HTMDB25874" id="HTMDB25874"></a>??????????????????</h2> <p>??????????????????????????????????????????????????????????????????<code>RESEQUENCE_COLLECTION</code>?????????????????????????</p> <pre xml:space="preserve" class="oac_no_warn"> <a id="sthref2225" name="sthref2225"></a>APEX_COLLECTION.RESEQUENCE_COLLECTION ( p_collection_name => collection name ) </pre></div> <!-- class="sect3" --> <a id="CHDDHCIF" name="CHDDHCIF"></a> <div class="sect3"><!-- infolevel="all" infotype="General" --> <h2><a name="HTMDB25875" id="HTMDB25875"></a>??????????????????</h2> <p>???????????????????????????????????<code>COLLECTION_EXISTS</code>?????????????????????????</p> <pre xml:space="preserve" class="oac_no_warn"> l_exists := <a id="sthref2226" name="sthref2226"></a>APEX_COLLECTION.COLLECTION_EXISTS ( p_collection_name => collection name ); </pre></div> <!-- class="sect3" --> <a id="CHDDADFF" name="CHDDADFF"></a> <div class="sect3"><!-- infolevel="all" infotype="General" --> <h2><a name="HTMDB25876" id="HTMDB25876"></a>?°????????????????</h2> <p>??????????????????????????????????????????°????????????????????????????????????????????????????????????????????????????????????2??1??????????????2??3???????3??2??????????</p> <p>?°?????????????1????????????????<code>MOVE_MEMBER_UP</code>??????????????????????????1????????????????<code>MOVE_MEMBER_DOWN</code>?????????????????????????</p> <pre xml:space="preserve" class="oac_no_warn"> <a id="sthref2227" name="sthref2227"></a>APEX_COLLECTION.MOVE_MEMBER_DOWN( p_collection_name => collection name, p_seq => member sequence number); </pre> <p>??????????????????????????????????????????????????????????????????????????????????</p> <ul> <li> <p>?????????????????????????????????????????????????????????????</p> </li> <li> <p><code>p_seq</code>??????????????????????????????????????</p> </li> </ul> <p>????????????????????????????????????????????????????????????<code>MOVE_MEMBER_UP</code>?????<code>MOVE_MEMBER_DOWN</code>????°????????????????????????????????????????????????????????????????????</p> </div> <!-- class="sect3" --> <a id="CHDFFJCE" name="CHDFFJCE"></a> <div class="sect3"><!-- infolevel="all" infotype="General" --> <h2><a name="HTMDB25877" id="HTMDB25877"></a>???????????????????????</h2> <p>?????????????????????????????????????<code>SORT_MEMBERS</code>?°??????????????????????????????????????????????????????????°?????????????????????????????????????????????????????????????????</p> <pre xml:space="preserve" class="oac_no_warn"> <a id="sthref2228" name="sthref2228"></a>APEX_COLLECTION.SORT_MEMBERS( p_collection_name => collection name, p_sort_on_column_number => column number to sort by); </pre></div> <!-- class="sect3" --></div> <!-- class="sect2" --> <!-- Start Footer --> <div class="footer"> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr> <td align="left"><span class="copyrightlogo">Copyright (C) 2003, 2009, Oracle and/or its affiliates. All rights reserved.</span><br /> <a href="dcommon/html/cpyr.htm"> <span class="copyrightlogo">???????????</span></a></td> <td align="center"><a href="advnc_coll_merge.htm"><img src="dcommon/gifs/leftnav.gif" alt="???" /><br /><span class="icon">???</span></a> </td> <td align="center"><a href="advnc_coll_clear.htm"><img src="dcommon/gifs/rightnav.gif" alt="?°?" /><br /><span class="icon">?°?</span></a></td> </tr> </table> </div> <!-- class="footer" --> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de