PHP Class Pop\Db\Sql\Delete

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

Protected Properties

Свойство Type Description
$where Predicate WHERE predicate object

Méthodes publiques

Méthode Description
render ( ) : string Render the DELETE statement
where ( ) : Predicate Set the WHERE clause

Method Details

render() public méthode

Render the DELETE statement
public render ( ) : string
Résultat string

where() public méthode

Set the WHERE clause
public where ( ) : Predicate
Résultat Predicate

Property Details

$where protected_oe property

WHERE predicate object
protected Predicate,Pop\Db\Sql $where
Résultat Predicate