PHP Class Pop\Db\Sql\Update

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 UPDATE statement
where ( boolean $reset = false ) : Predicate Set the WHERE clause

Method Details

render() public méthode

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

where() public méthode

Set the WHERE clause
public where ( boolean $reset = false ) : Predicate
$reset boolean
Résultat Predicate

Property Details

$where protected_oe property

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