PHP Class Doctrine\OrientDB\Query\Command\Update

Inheritance: extends Doctrine\OrientDB\Query\Command, implements Doctrine\OrientDB\Query\Command\UpdateInterface
Afficher le fichier Open project: doctrine/orientdb-odm Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $class ) Builds a new statement, setting the $class.
canHydrate ( )
getValidReturnTypes ( ) : Array Returns the acceptable return types
set ( array $values, boolean $append = true ) : Update Set the $values of the updates to be done.

Méthodes protégées

Méthode Description
getSchema ( )
getTokenFormatters ( ) : Array Returns the formatters for this query's tokens.

Method Details

__construct() public méthode

Builds a new statement, setting the $class.
public __construct ( string $class )
$class string

canHydrate() public méthode

public canHydrate ( )

getSchema() protected méthode

protected getSchema ( )

getTokenFormatters() protected méthode

Returns the formatters for this query's tokens.
protected getTokenFormatters ( ) : Array
Résultat Array

getValidReturnTypes() public méthode

Returns the acceptable return types
public getValidReturnTypes ( ) : Array
Résultat Array

set() public méthode

You can $append the values.
public set ( array $values, boolean $append = true ) : Update
$values array
$append boolean
Résultat Update