Changeset 491
- Timestamp:
- 06/10/08 00:17:20 (5 months ago)
- Files:
-
- trunk/lib/Data/ObjectDriver/SQL.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/Data/ObjectDriver/SQL.pm
r481 r491 568 568 be any of the structures described above for the C<add_where()> method. 569 569 570 =head2 C<$sql-E<gt>add_index_hint($table, \@hints)> 571 572 Addes the index hint into a C<SELECT> query. The structure for the set of 573 C<\@hints> are arrayref of hashrefs containing these members: 574 575 =over 4 576 577 =item * C<type> (scalar) 578 579 The name of the type. "USE", "IGNORE or "FORCE". 580 581 =item * C<list> (arrayref) 582 583 The list of name of indexes which to use. 584 585 =back 586 570 587 =head2 C<$sql-E<gt>as_sql()> 571 588
