Edit D:\app\Administrator\product\11.2.0\dbhome_1\apex\images\doc\ja\advnc_coll_add.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:31Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="Adding Members to a Collection" /> <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_add.htm" title="Adding Members to a Collection" type="text/html" /> <link rel="prev" href="advnc_coll_del.htm" title="Previous" type="text/html" /> <link rel="next" href="advnc_coll_updt.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_del.htm"><img src="dcommon/gifs/leftnav.gif" alt="???" /><br /><span class="icon">???</span></a> </td> <td align="center"><a href="advnc_coll_updt.htm"><img src="dcommon/gifs/rightnav.gif" alt="?°?" /><br /><span class="icon">?°?</span></a></td> </tr> </table> <p><a id="BABCHDBC" name="BABCHDBC"></a></p> <div class="sect2"><!-- infolevel="all" infotype="General" --> <h1><a name="HTMDB25866" id="HTMDB25866"></a><a id="sthref2207" name="sthref2207"></a>?????????????°?????????</h1> <p>???????????????????????????????????????????????????????????????????????????????????????????????????°???????????????????????????????????????1???????????????????????????????????</p> <p>????????????????°?????????????????<code>ADD_MEMBER???????????</code>????????????????°???????????????????????????????°????????????????????????????????<code>ADD_MEMBER</code>???????????????????????????????</p> <pre xml:space="preserve" class="oac_no_warn"> <a id="sthref2208" name="sthref2208"></a>APEX_COLLECTION.ADD_MEMBER( p_collection_name => collection name, p_c001 => [member attribute 1], p_c002 => [member attribute 2], p_c003 => [member attribute 3], p_c004 => [member attribute 4], p_c005 => [member attribute 5], p_c006 => [member attribute 6], p_c007 => [member attribute 7], ... p_c050 => [member attribute 50]); p_clob001 => [CLOB member attribute 1], p_generate_md5 => 'YES' or 'NO'); </pre> <p><code>ADD_MEMBERS</code>?°???????????????????°??????????????????????????????????????????????????????????????</p> <pre xml:space="preserve" class="oac_no_warn"> APEX_COLLECTION.ADD_MEMBERS( p_collection_name => collection name, p_c001 => member attribute array 1, p_c002 => member attribute array 2, p_c003 => member attribute array 3, p_c004 => member attribute array 4, p_c005 => member attribute array 5, p_c006 => member attribute array 6, p_c007 => member attribute array 7, ... p_c050 => member attribute array 50); p_generate_md5 => 'YES' or 'NO'); </pre> <p>????????????????????????????????????????????????????????????????????????????????????????????????????4,000???????????????????4,000???????????????????????????°?????????1?????????????????????????</p> <div class="sect3"><!-- infolevel="all" infotype="General" --><a id="sthref2209" name="sthref2209"></a> <h2><a name="HTMDB25867" id="HTMDB25867"></a>????°???_generate_md5?????_clob001??????</h2> <p><code>p_generate_md5</code>?????????????????????????°???????????????????????????????????????????????????????????????????????????????????<code>NO</code>???????????????????????????????????????????????°??????D5????????????????????D5?????????????????????????????????????????????????????</p> <p>4,000??????????????????????????????????<code>p_clob001</code>???????????</p> <div align="center"> <div class="inftblnotealso"><br /> <table class="NoteAlso oac_no_warn" summary="" cellpadding="3" cellspacing="0"> <tbody> <tr> <td align="left"> <p class="notep1">???:</p> ???????????<code>GET_MEMBER_MD5</code>?????????????????<a href="advnc_coll_status.htm#BABIAEDH">??????????????????????????</a>????????????????</td> </tr> </tbody> </table> <br /></div> <!-- class="inftblnotealso" --></div> </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_del.htm"><img src="dcommon/gifs/leftnav.gif" alt="???" /><br /><span class="icon">???</span></a> </td> <td align="center"><a href="advnc_coll_updt.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