Changeset 1418:07f0d9d935ea


Ignore:
Timestamp:
11/30/09 23:22:38 (2 years ago)
Author:
niam
Branch:
default
Message:

docstring update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/include/libdodo/dataBaseAccumulator.h

    r1406 r1418  
    6969 
    7070                    dodoString where;                           ///< `where` for the request(can be used as `as` for `callFunction`) 
    71                     dodoStringArray fields;                     ///< `fields` for request(can be used as `fieldsTo` for `insert_select`; as `arguments` for `callFunction`; as `arguments` for `callProcedure`; as `fields`/`field` `createIndex`) 
    72                     dodoArray<dodoStringArray> values;          ///< `values` for the request(can be used as `fieldsFrom` for `insert_select`) 
    73                     dodoString table;                           ///< `table` for the request(can be used `tableTo` for `insert_select`; as `name` for `callFunction`; as `name` for `callProcedure`) 
     71                    dodoStringArray fields;                     ///< `fields` for request(as `arguments` for `callFunction`; as `arguments` for `callProcedure`) 
     72                    dodoArray<dodoStringArray> values;          ///< `values` for the request 
     73                    dodoString table;                           ///< `table` for the request(as `name` for `callFunction`; as `name` for `callProcedure`) 
    7474                    dodoString order;                           ///< `order` for the request 
    7575                    dodoString having;                          ///< `having` for the request 
Note: See TracChangeset for help on using the changeset viewer.