downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/book.ovrimos.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/refs.database.vendors.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'book.ovrimos.php',
   
1 => 'Ovrimos SQL',
  ),
 
'up' =>
  array (
   
0 => 'refs.database.vendors.php',
   
1 => 'Vendor Specific Database Extensions',
  ),
 
'prev' =>
  array (
   
0 => 'function.ociwritetemporarylob.php',
   
1 => 'ociwritetemporarylob',
  ),
 
'next' =>
  array (
   
0 => 'intro.ovrimos.php',
   
1 => 'Introduction',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1 class="title">Ovrimos SQL</h1>
 
 
 
 
 
 







 







 








 


 




<ul class="chunklist chunklist_book"><li><a href="intro.ovrimos.php">Introduction</a></li><li><a href="ovrimos.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="ovrimos.requirements.php">Requirements</a></li><li><a href="ovrimos.installation.php">Installation</a></li><li><a href="ovrimos.configuration.php">Runtime Configuration</a></li><li><a href="ovrimos.resources.php">Resource Types</a></li></ul></li><li><a href="ovrimos.constants.php">Predefined Constants</a></li><li><a href="ovrimos.examples.php">Examples</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="ovrimos.examples-basic.php">Connect to Ovrimos SQL Server and select from a system table</a></li></ul></li><li><a href="ref.ovrimos.php">Ovrimos SQL Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.ovrimos-close.php">ovrimos_close</a> — Closes the connection to ovrimos</li><li><a href="function.ovrimos-commit.php">ovrimos_commit</a> — Commits the transaction</li><li><a href="function.ovrimos-connect.php">ovrimos_connect</a> — Connect to the specified database</li><li><a href="function.ovrimos-cursor.php">ovrimos_cursor</a> — Returns the name of the cursor</li><li><a href="function.ovrimos-exec.php">ovrimos_exec</a> — Executes an SQL statement</li><li><a href="function.ovrimos-execute.php">ovrimos_execute</a> — Executes a prepared SQL statement</li><li><a href="function.ovrimos-fetch-into.php">ovrimos_fetch_into</a> — Fetches a row from the result set</li><li><a href="function.ovrimos-fetch-row.php">ovrimos_fetch_row</a> — Fetches a row from the result set</li><li><a href="function.ovrimos-field-len.php">ovrimos_field_len</a> — Returns the length of the output column</li><li><a href="function.ovrimos-field-name.php">ovrimos_field_name</a> — Returns the output column name</li><li><a href="function.ovrimos-field-num.php">ovrimos_field_num</a> — Returns the (1-based) index of the output column</li><li><a href="function.ovrimos-field-type.php">ovrimos_field_type</a> — Returns the type of the output column</li><li><a href="function.ovrimos-free-result.php">ovrimos_free_result</a> — Frees the specified result_id</li><li><a href="function.ovrimos-longreadlen.php">ovrimos_longreadlen</a> — Specifies how many bytes are to be retrieved from long datatypes</li><li><a href="function.ovrimos-num-fields.php">ovrimos_num_fields</a> — Returns the number of columns</li><li><a href="function.ovrimos-num-rows.php">ovrimos_num_rows</a> — Returns the number of rows affected by update operations</li><li><a href="function.ovrimos-prepare.php">ovrimos_prepare</a> — Prepares an SQL statement</li><li><a href="function.ovrimos-result-all.php">ovrimos_result_all</a> — Prints the whole result set as an HTML table</li><li><a href="function.ovrimos-result.php">ovrimos_result</a> — Retrieves the output column</li><li><a href="function.ovrimos-rollback.php">ovrimos_rollback</a> — Rolls back the transaction</li></ul></li></ul></div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites