<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/cubrid.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'cubrid.resources.php',
    1 => 'リソース型',
    2 => 'リソース型',
  ),
  'up' => 
  array (
    0 => 'cubrid.setup.php',
    1 => 'インストール/設定',
  ),
  'prev' => 
  array (
    0 => 'cubrid.configuration.php',
    1 => '実行時設定',
  ),
  'next' => 
  array (
    0 => 'cubrid.constants.php',
    1 => '定義済み定数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/cubrid/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="cubrid.resources" class="section">
  <h2 class="title">リソース型</h2>
  <p class="simpara">
   There are four resource types used in CUBRID. The first one is the link
   identifier for a database connection, the second is the a resource which
   holds the result of a query, and the last two a resource which holds the
   query results of BLOB/CLOB data types.
  </p>
  <div class="section" id="cubrid.resources.connection-identifier">
  <h2 class="title">connection identifier</h2>
   <p class="simpara">
    A connection identifier returned by <span class="function"><a href="function.cubrid-connect.php" class="function">cubrid_connect()</a></span>,
    <span class="function"><a href="function.cubrid-connect-with-url.php" class="function">cubrid_connect_with_url()</a></span>,
    <span class="function"><a href="function.cubrid-pconnect.php" class="function">cubrid_pconnect()</a></span> and
    <span class="function"><a href="function.cubrid-pconnect-with-url.php" class="function">cubrid_pconnect_with_url()</a></span>.
   </p>
  </div>
  <div class="section" id="cubrid.resources.request-identifier">
  <h2 class="title">request identifier</h2>
   <p class="simpara">
    A request identifier returned by <span class="function"><a href="function.cubrid-prepare.php" class="function">cubrid_prepare()</a></span> and <span class="function"><a href="function.cubrid-execute.php" class="function">cubrid_execute()</a></span>.
   </p>
  </div>
  <div class="section" id="cubrid.resources.lob-identifier">
  <h2 class="title">LOB identifier</h2>
   <p class="simpara">
    A LOB identifier returned by <span class="function"><a href="function.cubrid-lob-get.php" class="function">cubrid_lob_get()</a></span>.
   </p>
  </div>
  <div class="section" id="cubrid.resources.lob2-identifier">
  <h2 class="title">LOB2 identifier</h2>
   <p class="simpara">
    A LOB identifier returned by <span class="function"><a href="function.cubrid-lob2-new.php" class="function">cubrid_lob2_new()</a></span> or get
    from the result set.
   </p>
  </div>

 </div><?php manual_footer($setup); ?>