Parent Directory
|
Revision Log
|
Patch
revision 1.55, Sat Jun 24 23:49:10 2006 UTC | revision 1.58, Wed Jun 28 22:22:42 2006 UTC | |
---|---|---|
# | Line 1623 | Line 1623 |
1623 | The next statement inserts a C<HasProperty> relationship between feature C<fig|158879.1.peg.1> and | The next statement inserts a C<HasProperty> relationship between feature C<fig|158879.1.peg.1> and |
1624 | property C<4> with an evidence URL of C<http://seedu.uchicago.edu/query.cgi?article_id=142>. | property C<4> with an evidence URL of C<http://seedu.uchicago.edu/query.cgi?article_id=142>. |
1625 | ||
1626 | C<< $erdb->InsertObject('HasProperty', { 'from-link' => 'fig|158879.1.peg.1', 'to-link' => 4, evidence = 'http://seedu.uchicago.edu/query.cgi?article_id=142'}); >> | C<< $erdb->InsertObject('HasProperty', { 'from-link' => 'fig|158879.1.peg.1', 'to-link' => 4, evidence => 'http://seedu.uchicago.edu/query.cgi?article_id=142'}); >> |
1627 | ||
1628 | =over 4 | =over 4 |
1629 | ||
# | Line 1834 | Line 1834 |
1834 | } | } |
1835 | # Analyze the table to improve performance. | # Analyze the table to improve performance. |
1836 | $dbh->vacuum_it($relationName); | $dbh->vacuum_it($relationName); |
1837 | # Flush the database cache. | |
1838 | $dbh->flush_tables(); | |
1839 | # Return the statistics. | # Return the statistics. |
1840 | return $retVal; | return $retVal; |
1841 | } | } |
|
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |