#360754 by Crell: Docblock fixes for DBTNG.

merge-requests/26/head
Angie Byron 2009-01-18 23:55:32 +00:00
parent 8d6c43ecda
commit e8cff6403b
1 changed files with 0 additions and 4 deletions

View File

@ -704,8 +704,6 @@ class MergeQuery extends Query {
/** /**
* General class for an abstracted DELETE operation. * General class for an abstracted DELETE operation.
*
* The conditional WHERE handling of this class is all inherited from Query.
*/ */
class DeleteQuery extends Query implements QueryConditionInterface { class DeleteQuery extends Query implements QueryConditionInterface {
@ -781,8 +779,6 @@ class DeleteQuery extends Query implements QueryConditionInterface {
/** /**
* General class for an abstracted UPDATE operation. * General class for an abstracted UPDATE operation.
*
* The conditional WHERE handling of this class is all inherited from Query.
*/ */
class UpdateQuery extends Query implements QueryConditionInterface { class UpdateQuery extends Query implements QueryConditionInterface {