[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/mongodb/mongodb/driver/query/_construct.xml?=
From:       Jeremy_Mikola <jmikola () php ! net>
Date:       2016-02-12 20:13:41
Message-ID: svn-jmikola-1455308021-338599-151498577 () svn ! php ! net
[Download RAW message or body]

jmikola                                  Fri, 12 Feb 2016 20:13:41 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=338599

Log:
Alphabetize MongoDB\Driver\Query constructor options

Changed paths:
    U   phpdoc/en/trunk/reference/mongodb/mongodb/driver/query/construct.xml

Modified: phpdoc/en/trunk/reference/mongodb/mongodb/driver/query/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/mongodb/driver/query/construct.xml	2016-02-12 \
                16:17:52 UTC (rev 338598)
+++ phpdoc/en/trunk/reference/mongodb/mongodb/driver/query/construct.xml	2016-02-12 \
20:13:41 UTC (rev 338599) @@ -40,9 +40,9 @@
         </thead>
         <tbody>
          <row>
-          <entry>limit</entry>
-          <entry><type>integer</type></entry>
-          <entry>The number of documents to be returned</entry>
+          <entry>awaitData</entry>
+          <entry><type>bool</type></entry>
+          <entry>Block rather than returning no data. After a period, time out. \
Useful for <emphasis>tailable</emphasis> cursor</entry>  </row>
          <row>
           <entry>batchSize</entry>
@@ -50,14 +50,14 @@
           <entry>The number of documents to return per batch</entry>
          </row>
          <row>
-          <entry>skip</entry>
-          <entry><type>integer</type></entry>
-          <entry>The number of documents to skip before returning</entry>
+          <entry>exhaust</entry>
+          <entry><type>bool</type></entry>
+          <entry>Stream the data down full blast in multiple "reply" packets. Faster \
when you are pulling down a lot of data and you know you want to retrieve it \
all</entry>  </row>
          <row>
-          <entry>sort</entry>
-          <entry><type>array|object</type></entry>
-          <entry>The order in which to return matching documents</entry>
+          <entry>limit</entry>
+          <entry><type>integer</type></entry>
+          <entry>The number of documents to be returned</entry>
          </row>
          <row>
           <entry>modifiers</entry>
@@ -65,44 +65,44 @@
           <entry>Meta operators modifying the output or behavior of a query</entry>
          </row>
          <row>
-          <entry>projection</entry>
-          <entry><type>array|object</type></entry>
-          <entry>Specifies the fields to return using booleans or projection \
operators</entry> +          <entry>noCursorTimeout</entry>
+          <entry><type>bool</type></entry>
+          <entry>Do not timeout a cursor that has been idle for more then \
10minutes</entry>  </row>
          <row>
-          <entry>tailable</entry>
+          <entry>oplogReplay</entry>
           <entry><type>bool</type></entry>
-          <entry>Cursor will not be closed when the last data is retrieved. You can \
resume this cursor later</entry> +          <entry>Internal MongoDB Server \
flag</entry>  </row>
          <row>
-          <entry>slaveOk</entry>
+          <entry>partial</entry>
           <entry><type>bool</type></entry>
-          <entry>Allow query of replica set secondaries</entry>
+          <entry>Get partial results from mongos if some shards are down (instead of \
throwing an error)</entry>  </row>
          <row>
-          <entry>oplogReplay</entry>
-          <entry><type>bool</type></entry>
-          <entry>Internal MongoDB Server flag</entry>
+          <entry>projection</entry>
+          <entry><type>array|object</type></entry>
+          <entry>Specifies the fields to return using booleans or projection \
operators</entry>  </row>
          <row>
-          <entry>noCursorTimeout</entry>
-          <entry><type>bool</type></entry>
-          <entry>Do not timeout a cursor that has been idle for more then \
10minutes</entry> +          <entry>skip</entry>
+          <entry><type>integer</type></entry>
+          <entry>The number of documents to skip before returning</entry>
          </row>
          <row>
-          <entry>awaitData</entry>
+          <entry>slaveOk</entry>
           <entry><type>bool</type></entry>
-          <entry>Block rather than returning no data. After a period, time out. \
Useful for <emphasis>tailable</emphasis> cursor</entry> +          <entry>Allow query \
of replica set secondaries</entry>  </row>
          <row>
-          <entry>exhaust</entry>
-          <entry><type>bool</type></entry>
-          <entry>Stream the data down full blast in multiple "reply" packets. Faster \
when you are pulling down a lot of data and you know you want to retrieve it \
all</entry> +          <entry>sort</entry>
+          <entry><type>array|object</type></entry>
+          <entry>The order in which to return matching documents</entry>
          </row>
          <row>
-          <entry>partial</entry>
+          <entry>tailable</entry>
           <entry><type>bool</type></entry>
-          <entry>Get partial results from mongos if some shards are down (instead of \
throwing an error)</entry> +          <entry>Cursor will not be closed when the last \
data is retrieved. You can resume this cursor later</entry>  </row>
         </tbody>
        </tgroup>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic