Searched +refs:struct +refs:record +refs:Delete (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm754 "Delete as class method is deprecated. Use search and delete_all instead."
1207 my ($class, $struct, $key, $value) = @_;
1208 my %hash = %{ $class->$struct() || {} };
1210 $class->$struct(\%hash);
1565 supplied values into the new object and before inserting the record
1578 After the new record has been inserted into the database the data
1610 trigger is invoked after the record has been deleted from the database
1735 record in the database.
2149 If the record in the database has been deleted, or its primary key value
2438 =head3 Cascading Delete
[all...]

Completed in 83 milliseconds