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

상속: extends Doctrine\OrientDB\Query\Command
파일 보기 프로젝트 열기: doctrine/orientdb-odm

공개 메소드들

메소드 설명
__construct ( string $from ) Builds a new statement, setting the class in which the records are gonna be deleted.
canHydrate ( )
getValidReturnTypes ( ) : Array Returns the acceptable return types

보호된 메소드들

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

메소드 상세

__construct() 공개 메소드

Builds a new statement, setting the class in which the records are gonna be deleted.
public __construct ( string $from )
$from 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

setClass() 보호된 메소드

Sets the query $class.
protected setClass ( string $class )
$class string