You are here

protected property DeleteQuery::$table in Drupal 7

The table from which to delete.

Type: string

File

includes/database/query.inc, line 740
Non-specific Database query code. Used by all engines.

Class

DeleteQuery
General class for an abstracted DELETE operation.

Code

protected $table;