PHP Class Doctrine\OrientDB\Query\Command\Update

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

Public Methods

Method 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.

Protected Methods

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

Method Details

__construct() public method

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

canHydrate() public method

public canHydrate ( )

getSchema() protected method

protected getSchema ( )

getTokenFormatters() protected method

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

getValidReturnTypes() public method

Returns the acceptable return types
public getValidReturnTypes ( ) : Array
return Array

set() public method

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