Changeset 1418:07f0d9d935ea
- Timestamp:
- 11/30/09 23:22:38 (2 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sources/include/libdodo/dataBaseAccumulator.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sources/include/libdodo/dataBaseAccumulator.h
r1406 r1418 69 69 70 70 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`) 74 74 dodoString order; ///< `order` for the request 75 75 dodoString having; ///< `having` for the request
Note: See TracChangeset
for help on using the changeset viewer.
