Methods

Set the table for a delete.

__construct(mixed $table) 

Parameters

$table

mixed

table name or array($table, $alias) or object

Compile the SQL query and return it.

compile(mixed $db) : string

Parameters

$db

mixed

Database_Connection instance or instance name

Returns

string

Reset the query parameters

reset() : \Fuel\Core\Database_Query_Builder_Delete

fluent This method is part of a fluent interface and will return the same instance

Returns

Sets the table to delete from.

table(mixed $table) : \Fuel\Core\Database_Query_Builder_Delete

fluent This method is part of a fluent interface and will return the same instance

Parameters

$table

mixed

table name or array($table, $alias) or object

Returns

 Properties

 

$_table

$_table