| ... | ... |
@@ -207,7 +207,7 @@ Table name, this is passed to C<select> method. |
| 207 | 207 |
|
| 208 | 208 |
Database data type, this is used as type optioon of C<insert>, |
| 209 | 209 |
C<update>, C<update_all>, C<delete>, C<delete_all>, |
| 210 |
-C<select>, and C<execute> method |
|
| 210 |
+and C<select> method |
|
| 211 | 211 |
|
| 212 | 212 |
=head2 C<updated_at EXPERIMENTAL> |
| 213 | 213 |
|
| ... | ... |
@@ -244,13 +244,6 @@ you don't have to specify options if you set attribute in model. |
| 244 | 244 |
Same as C<delete_all> of L<DBIx::Custom> except that |
| 245 | 245 |
you don't have to specify options if you set attribute in model. |
| 246 | 246 |
|
| 247 |
-=head2 C<execute> |
|
| 248 |
- |
|
| 249 |
- $model->execute(...); |
|
| 250 |
- |
|
| 251 |
-Same as C<execute> of L<DBIx::Custom> except that |
|
| 252 |
-you don't have to specify options if you set attribute in model. |
|
| 253 |
- |
|
| 254 | 247 |
=head2 C<insert> |
| 255 | 248 |
|
| 256 | 249 |
$model->insert(...); |