PHP 클래스 Doctrine\OrientDB\Query\Command\Update

상속: extends Doctrine\OrientDB\Query\Command, implements Doctrine\OrientDB\Query\Command\UpdateInterface
파일 보기 프로젝트 열기: doctrine/orientdb-odm 1 사용 예제들

공개 메소드들

메소드 설명
__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.

보호된 메소드들

메소드 설명
getSchema ( )
getTokenFormatters ( ) : Array Returns the formatters for this query's tokens.

메소드 상세

__construct() 공개 메소드

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

canHydrate() 공개 메소드

public canHydrate ( )

getSchema() 보호된 메소드

protected getSchema ( )

getTokenFormatters() 보호된 메소드

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

getValidReturnTypes() 공개 메소드

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

set() 공개 메소드

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