Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e8cff640
Commit
e8cff640
authored
Jan 18, 2009
by
Angie Byron
Browse files
#360754
by Crell: Docblock fixes for DBTNG.
parent
8d6c43ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/database/query.inc
View file @
e8cff640
...
...
@@ -704,8 +704,6 @@ public function __toString() {
/**
* 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
{
...
...
@@ -781,8 +779,6 @@ public function __toString() {
/**
* 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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment