protected property DeleteQuery::$table

The table from which to delete.

Type: string

File

drupal/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;