Changeset 380
- Timestamp:
- 01/09/07 06:12:24
- Files:
-
- trunk/doc/advanced.html (modified) (1 diff)
- trunk/doc/modeling.html (modified) (1 diff)
- trunk/doc/storage.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/doc/advanced.html
r379 r380 108 108 the class' UnitSequencer. If your database provides equivalent 109 109 sequencing to dejavu Sequencers, feel free to use it. If not, 110 Grab all existing distinct ID's (which you are storing),110 grab all existing distinct ID's (which you are storing), 111 111 and pass them to 112 112 <tt>unit.sequencer.assign(unit, ids)</tt>, which should assign the trunk/doc/modeling.html
r379 r380 956 956 instead of a single value.</p> 957 957 958 <p>When you use <tt>make_class</tt> and <tt>make_source</tt>, you know959 the name of the table you want to model, and so the Modeler tries to960 find it for you by name. But when you want to model all tables, you961 must first tell the underlying database object to fetch the names of962 all tables (and their metadata). This is accomplished by calling the963 <tt class='def'>discover()</tt> method. Discovery can be a slow operation,964 so try not to call it more than you need to.<p>965 966 958 <hr /> 967 959 trunk/doc/storage.html
r379 r380 281 281 day of each month.</li> 282 282 </ul> 283 See the {{{recur}}}module for complete options.283 See the <tt>recur</tt> module for complete options. 284 284 </li> 285 285 </ul>
