php-doc-en/reference/mongo/constants.xml
Kristina Chodorow d6c3010661 updated doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277704 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-24 18:46:00 +00:00

103 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.5 $ -->
<appendix xml:id="mongo.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.constants;
&no.constants;
<para>
<table xml:id="mongo.client-flags">
<title>Mongo Comparison Operators</title>
<tgroup cols="2">
<thead>
<row>
<entry>Constant</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>MONGO_LT</entry>
<entry>Less than</entry>
</row>
<row>
<entry>MONGO_LTE</entry>
<entry>Less than or equal to</entry>
</row>
<row>
<entry>MONGO_GT</entry>
<entry>Greater than</entry>
</row>
<row>
<entry>MONGO_GTE</entry>
<entry>Greater than or equal to</entry>
</row>
<row>
<entry>MONGO_IN</entry>
<entry>In the given set</entry>
</row>
<row>
<entry>MONGO_NE</entry>
<entry>Not equal to</entry>
</row>
</tbody>
</tgroup>
</table>
</para>
<para>
The following constants are for setting up database profiling.
<table>
<title>Mongo Profiling Constants</title>
<tgroup cols="2">
<thead>
<row>
<entry>Constant</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>MONGO_PROFILING_OFF</entry>
<entry>
Turn off profiling.
</entry>
</row>
<row>
<entry>MONGO_PROFILING_SLOW</entry>
<entry>
Only keep track of slow operations.
</entry>
</row>
<row>
<entry>MONGO_PROFILING_ON</entry>
<entry>
Keep track of all operations.
</entry>
</row>
</tbody>
</tgroup>
</table>
</para>
</appendix>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->