Changeset 1288 for trunk/doc

Show
Ignore:
Timestamp:
11/17/07 18:31:49 (3 years ago)
Author:
jtv
Message:

Explicitly say that result is fetched immediately and in one go.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/libpqxx.xml

    r1258 r1288  
    10221022        result R = T.exec("SELECT firstname FROM employee WHERE lastname='Ng'"); 
    10231023      </programlisting> 
     1024 
     1025      <para> 
     1026        This executes a query on the database, collects all matching data, and 
     1027        stores it in the form of a <literal>result</literal>. 
     1028      </para> 
    10241029 
    10251030      <para>