Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 1263

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Resource Types</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="cubrid.configuration.html">Runtime Configuration</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="cubrid.constants.html">Predefined Constants</a></div>
 <div class="up"><a href="cubrid.setup.html">Installing/Configuring</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="cubrid.resources" class="section">
  <h2 class="title">Resource Types</h2>
  <p class="para">
   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="para">
    A connection identifier returned by  <span class="function"><a href="function.cubrid-connect.html" class="function">cubrid_connect()</a></span>,
     <span class="function"><a href="function.cubrid-connect-with-url.html" class="function">cubrid_connect_with_url()</a></span>,
     <span class="function"><a href="function.cubrid-pconnect.html" class="function">cubrid_pconnect()</a></span> and
     <span class="function"><a href="function.cubrid-pconnect-with-url.html" 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="para">
    A request identifier returned by  <span class="function"><a href="function.cubrid-prepare.html" class="function">cubrid_prepare()</a></span> and  <span class="function"><a href="function.cubrid-execute.html" class="function">cubrid_execute()</a></span>.
   </p>
  </div>
  <div class="section" id="cubrid.resources.lob-identifier">
  <h2 class="title">LOB identifier</h2>
   <p class="para">
    A LOB identifier returned by  <span class="function"><a href="function.cubrid-lob-get.html" 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="para">
    A LOB identifier returned by  <span class="function"><a href="function.cubrid-lob2-new.html" class="function">cubrid_lob2_new()</a></span> or get
    from the result set.
   </p>
  </div>

 </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="cubrid.configuration.html">Runtime Configuration</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="cubrid.constants.html">Predefined Constants</a></div>
 <div class="up"><a href="cubrid.setup.html">Installing/Configuring</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>