PHP Class Pop\Db\Sql\Delete

Author: Nick Sagona, III ([email protected])
Inheritance: extends AbstractSql
Exibir arquivo Open project: nicksagona/PopPHP

Protected Properties

Property Type Description
$where Predicate WHERE predicate object

Public Methods

Method Description
render ( ) : string Render the DELETE statement
where ( ) : Predicate Set the WHERE clause

Method Details

render() public method

Render the DELETE statement
public render ( ) : string
return string

where() public method

Set the WHERE clause
public where ( ) : Predicate
return Predicate

Property Details

$where protected_oe property

WHERE predicate object
protected Predicate,Pop\Db\Sql $where
return Predicate